Evergreen Anchor#2C6B3F
Floral Crimson#C81D34
Lime Moss#87D11F
Sage Mist#A9B59A
Palette direction

Leafy Botanical Vibrant Color Palette

A disciplined botanical palette built from one grounded green, one vivid floral red, and restrained stone neutrals. The system keeps its fresh natural character while feeling more focused and premium, with clear contrast for both brand identity and interface use.

ComplementaryLuxury And Lifestylebotanicalleafyfreshnatural
palette-preview.example
Luxury And Lifestyle color direction

Leafy Botanical Vibrant Color Palette

A disciplined botanical palette built from one grounded green, one vivid floral red, and restrained stone neutrals. The system keeps its fresh natural character while feeling more focused and premium, with clear contrast for both brand identity and interface use.

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 Pure White #FFFFFFon Evergreen Anchor #2C6B3F6.4:1 Strong
Logo Pure White #FFFFFFon Floral Crimson #C81D345.7:1 Strong
Logo Deep Charcoal #161814on Pure White #FFFFFF17.9:1 Excellent
Logo Deep Charcoal #161814on Lime Moss #87D11F9.5:1 Excellent
Icon color
BackgroundEvergreen Anchor#2C6B3FTextPure White#FFFFFF
Primary Button6.40:1
AA

Best for the main action users should notice first.

BackgroundFloral Crimson#C81D34TextPure White#FFFFFF
Secondary Button5.70:1
AA

Useful for softer choices and secondary paths.

BackgroundPure White#FFFFFFTextEvergreen Anchor#2C6B3F
Outlined Button6.40:1
AA

Good for lower-emphasis actions on light surfaces.

BackgroundPure White#FFFFFFTextEvergreen Anchor#2C6B3F
Text Button6.40:1
AA

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

Palette composition7 colorsComplementary color relationship
9:41Leafy Botanical Vibrant Color Palette Color role balance
Complementary 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.

CLeafy Botanical Vibrant Color PaletteLuxury And Lifestyle brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors form a compact complementary system: the deep green provides stability and brand recognition, while the floral red adds sharp, memorable contrast. Together they create a clearer and more premium botanical identity without a

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.Evergreen Anchor #2C6B3F
HeadlineUsed for main titles and key messages.Floral Crimson #C81D34
LinkUsed for links and interactive text.Evergreen Anchor #2C6B3F

Buttons

Primary Button
BackgroundEvergreen Anchor #2C6B3F
TextPure White #FFFFFF
Secondary Button
BackgroundFloral Crimson #C81D34
TextPure White #FFFFFF
Outlined Button
BackgroundLime Moss #87D11F
TextEvergreen Anchor #2C6B3F

Interface

TextDefault readable body text.Deep Charcoal #161814
Bg LightLight page or section background.Pure White #FFFFFF
Bg DarkDark page or section background.Deep Charcoal #161814
IconSmall interface icons and marks.Lime Moss #87D11F
BorderCards, inputs, and component borders.Sage Mist #A9B59A
DividerSubtle separators between content.Stone Mist #F3F1EA
OutlineFocus rings and emphasis outlines.Stone Mist #F3F1EA

Palette Colors

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

Main (Brand) Colors

The main colors form a compact complementary system: the deep green provides stability and brand recognition, while the floral red adds sharp, memorable contrast. Together they create a clearer and more premium botanical identity without a

PrimaryEvergreen Anchor

RolesLogo, Btn Primary Bg, Link, Btn Outlined Text

A deep botanical green that grounds the brand, signals trust, and works well for primary actions and identity details.

HEX#2C6B3F
RGB44, 107, 63
HSL138, 42, 30
CMYK59, 0, 41, 58
SecondaryFloral Crimson

RolesHeadline, Btn Secondary Bg

A vivid red that adds editorial energy and gives the palette a strong focal accent for headlines and secondary actions.

HEX#C81D34
RGB200, 29, 52
HSL352, 75, 45
CMYK0, 86, 74, 22

Support Colors

The support colors extend the botanical palette with softer structural accents that stay visually subordinate to the main green and red. They handle outlines, icons, and borders so

Lime Moss

RolesBtn Outlined Border, Icon

A bright mossy lime that adds lively supporting accents for icons and outlines without competing with the main colors.

HEX#87D11F
RGB135, 209, 31
HSL85, 74, 47
CMYK35, 0, 85, 18
Sage Mist

RolesBorder

A muted sage tone that keeps borders calm and readable while reinforcing the palette’s organic direction.

HEX#A9B59A
RGB169, 181, 154
HSL87, 15, 66
CMYK7, 0, 15, 29

Neutral Colors

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

Pure White

RolesBg Light, Btn Primary Text, Btn Secondary Text

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Stone Mist

RolesDivider, Outline

HEX#F3F1EA
RGB243, 241, 234
HSL47, 27, 94
CMYK0, 1, 4, 5
Deep Charcoal

RolesBg Dark, Text

HEX#161814
RGB22, 24, 20
HSL90, 9, 9
CMYK8, 0, 17, 91

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-evergreen-anchor: #2C6B3F;
  --color-floral-crimson: #C81D34;
  --color-lime-moss: #87D11F;
  --color-sage-mist: #A9B59A;
  --color-pure-white: #FFFFFF;
  --color-stone-mist: #F3F1EA;
  --color-deep-charcoal: #161814;
}

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: #2C6B3F;
  --role-btn-primary-bg: #2C6B3F;
  --role-link: #2C6B3F;
  --role-btn-outlined-text: #2C6B3F;
  --role-headline: #C81D34;
  --role-btn-secondary-bg: #C81D34;
  --role-btn-outlined-border: #87D11F;
  --role-icon: #87D11F;
  --role-border: #A9B59A;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-divider: #F3F1EA;
  --role-outline: #F3F1EA;
  --role-bg-dark: #161814;
  --role-text: #161814;
}

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.
{
    "evergreen-anchor": "#2C6B3F",
    "floral-crimson": "#C81D34",
    "lime-moss": "#87D11F",
    "sage-mist": "#A9B59A",
    "pure-white": "#FFFFFF",
    "stone-mist": "#F3F1EA",
    "deep-charcoal": "#161814"
}
Press Space to load new palette