Deep Forest Green#34452E
Moss Green#51644A
Leaf Green#768F6C
Warm Sand#C9C1AC
Dusty Rose#D8C4B6
Palette direction

Botanical Earthy Nature Color Palette

This earthy, botanical-inspired palette blends deep greens with warm muted neutrals and soft accents to evoke a sense of natural calm, organic warmth, and refined heritage, perfect for brands rooted in natural luxury or wellness.

MonochromaticLuxury And Lifestyleearthybotanicalnature-inspiredgreen
palette-preview.example
Luxury And Lifestyle color direction

Botanical Earthy Nature Color Palette

This earthy, botanical-inspired palette blends deep greens with warm muted neutrals and soft accents to evoke a sense of natural calm, organic warmth, and refined heritage, perfect for brands rooted in natural luxury or wellness.

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 Deep Forest Green #34452E10.3:1 Excellent
Logo Charcoal Black #222520on Pure White #FFFFFF15.5:1 Excellent
Logo Charcoal Black #222520on Dusty Rose #D8C4B69.2:1 Excellent
Logo Charcoal Black #222520on Warm Sand #C9C1AC8.6:1 Excellent
Icon color
BackgroundDeep Forest Green#34452ETextPure White#FFFFFF
Primary Button10.31:1
AAA

Best for the main action users should notice first.

BackgroundMoss Green#51644ATextPure White#FFFFFF
Secondary Button6.42:1
AA

Useful for softer choices and secondary paths.

BackgroundPure White#FFFFFFTextDeep Forest Green#34452E
Outlined Button10.31:1
AAA

Good for lower-emphasis actions on light surfaces.

BackgroundPure White#FFFFFFTextDeep Forest Green#34452E
Text Button10.31:1
AAA

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

Palette composition8 colorsMonochromatic color relationship
9:41Botanical Earthy Nature Color Palette Color role balance
Monochromatic 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.

CBotanical Earthy Nature Color PaletteLuxury And Lifestyle brand direction ColorFly.design
Strategic palette preview

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.Deep Forest Green #34452E
HeadlineUsed for main titles and key messages.Moss Green #51644A
LinkUsed for links and interactive text.Deep Forest Green #34452E

Buttons

Primary Button
BackgroundDeep Forest Green #34452E
TextPure White #FFFFFF
Secondary Button
BackgroundMoss Green #51644A
TextPure White #FFFFFF
Outlined Button
BackgroundDeep Forest Green #34452E
TextDeep Forest Green #34452E

Interface

TextDefault readable body text.Charcoal Black #222520
Bg LightLight page or section background.Pure White #FFFFFF
Bg DarkDark page or section background.Charcoal Black #222520
IconSmall interface icons and marks.Warm Sand #C9C1AC
BorderCards, inputs, and component borders.Warm Sand #C9C1AC
DividerSubtle separators between content.Warm Sand #C9C1AC
OutlineFocus rings and emphasis outlines.Warm Sand #C9C1AC

Palette Colors

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

Main (Brand) Colors

The main colors combine three harmonious green hues from deep forest to subdued leaf green, creating a recognizable and soothing nature-inspired foundation.

PrimaryDeep Forest Green

RolesLogo, Link, Btn Primary Bg, Btn Outlined Border, Btn Outlined Text

Conveys stability, sophistication, and a strong connection to nature.

HEX#34452E
RGB52, 69, 46
HSL104, 20, 23
CMYK25, 0, 33, 73
SecondaryMoss Green

RolesBtn Secondary Bg, Headline

Provides a softer, versatile tone that balances depth with approachability.

HEX#51644A
RGB81, 100, 74
HSL104, 15, 34
CMYK19, 0, 26, 61
TertiaryLeaf Green

Offers a gentle, fresh accent that complements the darker greens and enhances readability.

HEX#768F6C
RGB118, 143, 108
HSL103, 14, 49
CMYK17, 0, 24, 44

Support Colors

Soft, muted neutrals extend the palette, supporting the greens with warm beige and a dusty rose that adds subtle warmth and approachable softness without overwhelming.

Warm Sand

RolesIcon, Border, Divider, Outline

Balances the main greens with a neutral yet warm tone for elements that need subtle emphasis.

HEX#C9C1AC
RGB201, 193, 172
HSL43, 21, 73
CMYK0, 4, 14, 21
Dusty Rose

Adds a muted touch of softness and understated elegance that complements natural greens.

HEX#D8C4B6
RGB216, 196, 182
HSL25, 30, 78
CMYK0, 9, 16, 15

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
Off White
HEX#F8F6F0
RGB248, 246, 240
HSL45, 36, 96
CMYK0, 1, 3, 3
Charcoal Black

RolesBg Dark, Text

HEX#222520
RGB34, 37, 32
HSL96, 7, 14
CMYK8, 0, 14, 85

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-deep-forest-green: #34452E;
  --color-moss-green: #51644A;
  --color-leaf-green: #768F6C;
  --color-warm-sand: #C9C1AC;
  --color-dusty-rose: #D8C4B6;
  --color-pure-white: #FFFFFF;
  --color-off-white: #F8F6F0;
  --color-charcoal-black: #222520;
}

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: #34452E;
  --role-link: #34452E;
  --role-btn-primary-bg: #34452E;
  --role-btn-outlined-border: #34452E;
  --role-btn-outlined-text: #34452E;
  --role-btn-secondary-bg: #51644A;
  --role-headline: #51644A;
  --role-icon: #C9C1AC;
  --role-border: #C9C1AC;
  --role-divider: #C9C1AC;
  --role-outline: #C9C1AC;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-bg-dark: #222520;
  --role-text: #222520;
}

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.
{
    "deep-forest-green": "#34452E",
    "moss-green": "#51644A",
    "leaf-green": "#768F6C",
    "warm-sand": "#C9C1AC",
    "dusty-rose": "#D8C4B6",
    "pure-white": "#FFFFFF",
    "off-white": "#F8F6F0",
    "charcoal-black": "#222520"
}
Press Space to load new palette