Goldenrod#F5A623
Sunray Yellow#FFD966
Moss Green#6AA84F
Sky Blue#9FC5E8
Olive Drab#BDB76B
Palette direction

Sunny Green Plant Color Palette

This palette draws inspiration from the warm yellow-orange and natural green tones in the provided image, combined with earthy and neutral shades for balance and versatility. The colors harmonize to evoke a fresh, organic, and energetic brand identity suitable for plant-based or eco-conscious businesses.

AnalogousFood Beverageyellowgreenorangeplant-based
palette-preview.example
Food Beverage color direction

Sunny Green Plant Color Palette

This palette draws inspiration from the warm yellow-orange and natural green tones in the provided image, combined with earthy and neutral shades for balance and versatility. The colors harmonize to evoke a fresh, organic, and energetic brand identity suitable for plant-based or eco-conscious businesses.

Explore the color system
Logo contrast guide

Logo color pairings

ColorFly checks the palette colors against each other and suggests the clearest logo/background combinations.

Logo Charcoal #333333on Sunray Yellow #FFD9669.2:1 Excellent
Logo Charcoal #333333on Goldenrod #F5A6236.2:1 Strong
Logo Charcoal #333333on Pure White #FFFFFF12.6:1 Excellent
Logo Pure White #FFFFFFon Charcoal #33333312.6:1 Excellent
Icon color
BackgroundGoldenrod#F5A623TextCharcoal#333333
Primary Button6.23:1
AA

Best for the main action users should notice first.

BackgroundMoss Green#6AA84FTextCharcoal#333333
Secondary Button4.41:1
Large text

Useful for softer choices and secondary paths.

BackgroundPure White#FFFFFFTextMoss Green#6AA84F
Outlined Button2.87:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundPure White#FFFFFFTextGoldenrod#F5A623
Text Button2.03:1
Low

A quiet action for links, navigation, and inline decisions.

Palette composition8 colorsAnalogous color relationship
9:41Sunny Green Plant Color Palette Color role balance
Analogous system
60% DominantNeutrals

Backgrounds, large surfaces, whitespace, and reading comfort.

30% SecondarySupport colors

Sections, secondary UI, illustrations, and repeated brand moments.

10% AccentMain colors

High-attention moments like primary actions and memorable highlights.

CSunny Green Plant Color PaletteFood Beverage brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors form an analogous color scheme with warm yellow-orange through bright yellow to fresh green, providing vibrant yet natural cohesion for a plant-based brand.

Clear roles create a consistent brand experience.

Color Roles and Usage Map

Assign existing palette colors to brand, typography, and interface roles.

Brand identity

LogoUsed for logo marks and core brand symbols.Goldenrod #F5A623
HeadlineUsed for main titles and key messages.Sunray Yellow #FFD966
LinkUsed for links and interactive text.Goldenrod #F5A623

Buttons

Primary Button
BackgroundGoldenrod #F5A623
TextCharcoal #333333
Secondary Button
BackgroundMoss Green #6AA84F
TextCharcoal #333333
Outlined Button
BackgroundMoss Green #6AA84F
TextMoss Green #6AA84F

Interface

TextDefault readable body text.Charcoal #333333
Bg LightLight page or section background.Pure White #FFFFFF
Bg DarkDark page or section background.Alabaster #F3F3F3
IconSmall interface icons and marks.Sky Blue #9FC5E8
BorderCards, inputs, and component borders.Sky Blue #9FC5E8
DividerSubtle separators between content.Sky Blue #9FC5E8
OutlineFocus rings and emphasis outlines.Olive Drab #BDB76B

Palette Colors

A compact view of the brand, support, and neutral colors that make up this system.

Main (Brand) Colors

The main colors form an analogous color scheme with warm yellow-orange through bright yellow to fresh green, providing vibrant yet natural cohesion for a plant-based brand.

PrimaryGoldenrod

RolesLogo, Link, Btn Primary Bg

Goldenrod introduces energetic warmth and optimism, making it perfect for the logo and primary button background to capture attention and convey vitality.

HEX#F5A623
RGB245, 166, 35
HSL37, 91, 55
CMYK0, 32, 86, 4
SecondarySunray Yellow

RolesHeadline

Sunray Yellow complements Goldenrod with brightness and clarity, ideal for primary button text and headlines that need to stand out with legibility and cheerfulness.

HEX#FFD966
RGB255, 217, 102
HSL45, 100, 70
CMYK0, 15, 60, 0
TertiaryMoss Green

RolesBtn Secondary Bg, Btn Outlined Border, Btn Outlined Text

Moss Green anchors the palette with a natural, earthy tone that reinforces themes of growth and sustainability, making it suitable for secondary buttons and outlined elements.

HEX#6AA84F
RGB106, 168, 79
HSL102, 36, 48
CMYK37, 0, 53, 34

Support Colors

The support colors extend the palette with softer green and muted brown shades to balance and enhance the main colors without overpowering them.

Sky Blue

RolesIcon, Border, Divider

Sky Blue adds coolness and contrast, bringing a fresh, airy element that balances the warmth of Goldenrod and Sunray Yellow.

HEX#9FC5E8
RGB159, 197, 232
HSL209, 61, 77
CMYK31, 15, 0, 9
Olive Drab

RolesOutline

Olive Drab provides a subtle, muted accent that complements Moss Green and grounds the palette with a natural, earthy character.

HEX#BDB76B
RGB189, 183, 107
HSL56, 38, 58
CMYK0, 3, 43, 26

Neutral Colors

Utility colors for backgrounds, text, borders, and balance.

Pure White

RolesBg Light

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Alabaster

RolesBg Dark

HEX#F3F3F3
RGB243, 243, 243
HSL0, 0, 95
CMYK0, 0, 0, 5
Charcoal

RolesText, Btn Primary Text, Btn Secondary Text

HEX#333333
RGB51, 51, 51
HSL0, 0, 20
CMYK0, 0, 0, 80

Export and Handoff

Copy palette values for design systems, websites, and client handoff.

Color tokens

Use these in CSS when you want every raw palette color available by name. Best for websites, landing pages, and design system variables.

Use when: you need the actual colors.
:root {
  --color-goldenrod: #F5A623;
  --color-sunray-yellow: #FFD966;
  --color-moss-green: #6AA84F;
  --color-sky-blue: #9FC5E8;
  --color-olive-drab: #BDB76B;
  --color-pure-white: #FFFFFF;
  --color-alabaster: #F3F3F3;
  --color-charcoal: #333333;
}

Role tokens

Use these in CSS when colors are assigned to practical jobs like text, buttons, borders, links, and backgrounds.

Use when: you need UI roles, not just swatches.
:root {
  --role-logo: #F5A623;
  --role-link: #F5A623;
  --role-btn-primary-bg: #F5A623;
  --role-headline: #FFD966;
  --role-btn-secondary-bg: #6AA84F;
  --role-btn-outlined-border: #6AA84F;
  --role-btn-outlined-text: #6AA84F;
  --role-icon: #9FC5E8;
  --role-border: #9FC5E8;
  --role-divider: #9FC5E8;
  --role-outline: #BDB76B;
  --role-bg-light: #FFFFFF;
  --role-bg-dark: #F3F3F3;
  --role-text: #333333;
  --role-btn-primary-text: #333333;
  --role-btn-secondary-text: #333333;
}

JSON

Use this structured palette data in apps, generators, plugins, or tools that need to read the palette programmatically.

Use when: a developer or app needs data.
{
    "goldenrod": "#F5A623",
    "sunray-yellow": "#FFD966",
    "moss-green": "#6AA84F",
    "sky-blue": "#9FC5E8",
    "olive-drab": "#BDB76B",
    "pure-white": "#FFFFFF",
    "alabaster": "#F3F3F3",
    "charcoal": "#333333"
}
Press Space to load new palette