Forest Green#2E4D3D
Fern Green#598462
Warm Peach#C58B74
Sage#A9CBB7
Deep Taupe#77584E
Palette direction

Palm Green Organic Color Palette

This color palette is inspired by the lush green tones of palm leaves and the warm natural skin tones visible beneath, combined with deep shadows and soft natural light to create a balanced, organic, and calming visual identity.

CustomLuxury And Lifestylegreennaturalorganicluxury
palette-preview.example
Luxury And Lifestyle color direction

Palm Green Organic Color Palette

This color palette is inspired by the lush green tones of palm leaves and the warm natural skin tones visible beneath, combined with deep shadows and soft natural light to create a balanced, organic, and calming visual identity.

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 White #FFFFFFon Forest Green #2E4D3D9.4:1 Excellent
Logo Charcoal #3B3B3Bon White #FFFFFF11.2:1 Excellent
Logo Charcoal #3B3B3Bon Sage #A9CBB76.4:1 Strong
Icon color
BackgroundForest Green#2E4D3DTextWhite#FFFFFF
Primary Button9.35:1
AAA

Best for the main action users should notice first.

BackgroundFern Green#598462TextWhite#FFFFFF
Secondary Button4.28:1
Large text

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextWarm Peach#C58B74
Outlined Button2.87:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextFern Green#598462
Text Button4.28:1
Large text

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

Palette composition8 colorsCustom color relationship
9:41Palm Green Organic Color Palette Color role balance
Custom 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.

CPalm Green Organic Color PaletteLuxury And Lifestyle brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors harmonize lush deep forest green with the lighter mid green and warm peachy skin tones, creating a natural and organic look with subtle complexity.

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.Forest Green #2E4D3D
HeadlineUsed for main titles and key messages.Fern Green #598462
LinkUsed for links and interactive text.Fern Green #598462

Buttons

Primary Button
BackgroundForest Green #2E4D3D
TextWhite #FFFFFF
Secondary Button
BackgroundFern Green #598462
TextWhite #FFFFFF
Outlined Button
BackgroundForest Green #2E4D3D
TextWarm Peach #C58B74

Interface

TextDefault readable body text.Charcoal #3B3B3B
Bg LightLight page or section background.White #FFFFFF
Bg DarkDark page or section background.Ivory #F7F5F2
IconSmall interface icons and marks.Sage #A9CBB7
BorderCards, inputs, and component borders.Sage #A9CBB7
DividerSubtle separators between content.Sage #A9CBB7
OutlineFocus rings and emphasis outlines.Deep Taupe #77584E

Palette Colors

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

Main (Brand) Colors

The main colors harmonize lush deep forest green with the lighter mid green and warm peachy skin tones, creating a natural and organic look with subtle complexity.

PrimaryForest Green

RolesLogo, Btn Primary Bg, Btn Outlined Border

Forest Green grounds the brand with a rich natural depth evoking trust, growth, and luxury.

HEX#2E4D3D
RGB46, 77, 61
HSL149, 25, 24
CMYK40, 0, 21, 70
SecondaryFern Green

RolesLink, Btn Secondary Bg, Headline

Fern Green adds freshness and vitality, reinforcing nature and organic freshness in the brand identity.

HEX#598462
RGB89, 132, 98
HSL133, 19, 43
CMYK33, 0, 26, 48
TertiaryWarm Peach

RolesBtn Outlined Text

Warm Peach introduces a subtle warmth and approachability, softening the greens for balance and inclusivity.

HEX#C58B74
RGB197, 139, 116
HSL17, 41, 61
CMYK0, 29, 41, 23

Support Colors

The support colors echo the natural shadows and highlights with softened compliments that enhance usability without overpowering the main greens and warm tones.

Sage

RolesIcon, Border, Divider

Sage provides a muted softer green to complement the main greens by adding gentle contrast and calmness.

HEX#A9CBB7
RGB169, 203, 183
HSL145, 25, 73
CMYK17, 0, 10, 20
Deep Taupe

RolesOutline

Deep Taupe balances warmth against the greens with a nuanced somberness, reinforcing natural shadow and depth.

HEX#77584E
RGB119, 88, 78
HSL15, 21, 39
CMYK0, 26, 34, 53

Neutral Colors

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

White

RolesBg Light, Btn Primary Text, Btn Secondary Text

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

RolesBg Dark

HEX#F7F5F2
RGB247, 245, 242
HSL36, 24, 96
CMYK0, 1, 2, 3
Charcoal

RolesText

HEX#3B3B3B
RGB59, 59, 59
HSL0, 0, 23
CMYK0, 0, 0, 77

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-forest-green: #2E4D3D;
  --color-fern-green: #598462;
  --color-warm-peach: #C58B74;
  --color-sage: #A9CBB7;
  --color-deep-taupe: #77584E;
  --color-white: #FFFFFF;
  --color-ivory: #F7F5F2;
  --color-charcoal: #3B3B3B;
}

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: #2E4D3D;
  --role-btn-primary-bg: #2E4D3D;
  --role-btn-outlined-border: #2E4D3D;
  --role-link: #598462;
  --role-btn-secondary-bg: #598462;
  --role-headline: #598462;
  --role-btn-outlined-text: #C58B74;
  --role-icon: #A9CBB7;
  --role-border: #A9CBB7;
  --role-divider: #A9CBB7;
  --role-outline: #77584E;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-bg-dark: #F7F5F2;
  --role-text: #3B3B3B;
}

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.
{
    "forest-green": "#2E4D3D",
    "fern-green": "#598462",
    "warm-peach": "#C58B74",
    "sage": "#A9CBB7",
    "deep-taupe": "#77584E",
    "white": "#FFFFFF",
    "ivory": "#F7F5F2",
    "charcoal": "#3B3B3B"
}
Press Space to load new palette