Deep Fir#123E2C
Canopy Green#2C5A3B
Lime Sprout#A9D221
Moss Slate#5F7057
Palette direction

Verdant Naturalmodern Lime Color Palette

This palette turns the image's layered greens and chartreuse accent into a crisp, nature-led brand system with a modern editorial edge. The deep forest, muted olive, and vivid lime work together as a recognizable progression from grounded to energizing.

AnalogousCreativeverdantlimeforest greenolive
palette-preview.example
Creative color direction

Verdant Naturalmodern Lime Color Palette

This palette turns the image's layered greens and chartreuse accent into a crisp, nature-led brand system with a modern editorial edge. The deep forest, muted olive, and vivid lime work together as a recognizable progression from grounded to energizing.

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 Fir #123E2C12.0:1 Excellent
Logo Near Black #111111on Lime Sprout #A9D22110.7:1 Excellent
Logo Near Black #111111on Pure White #FFFFFF18.9:1 Excellent
Logo Pure White #FFFFFFon Moss Slate #5F70575.3:1 Strong
Icon color
BackgroundDeep Fir#123E2CTextPure White#FFFFFF
Primary Button11.99:1
AAA

Best for the main action users should notice first.

BackgroundCanopy Green#2C5A3BTextPure White#FFFFFF
Secondary Button7.98:1
AAA

Useful for softer choices and secondary paths.

BackgroundSoft Mist#F4F7F2TextLime Sprout#A9D221
Outlined Button1.63:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundSoft Mist#F4F7F2TextCanopy Green#2C5A3B
Text Button7.38:1
AAA

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

Palette composition7 colorsAnalogous color relationship
9:41Verdant Naturalmodern Lime 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.

CVerdant Naturalmodern Lime Color PaletteCreative brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors stay within a tight green family, moving from dark woodland depth to a brighter lime note that keeps the system fresh without breaking recognition. This creates a cohesive palette that feels organic, contemporary, and easy to apply across identity and interface design.

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.Deep Fir #123E2C
HeadlineUsed for main titles and key messages.Lime Sprout #A9D221
LinkUsed for links and interactive text.Canopy Green #2C5A3B

Buttons

Primary Button
BackgroundDeep Fir #123E2C
TextPure White #FFFFFF
Secondary Button
BackgroundCanopy Green #2C5A3B
TextPure White #FFFFFF
Outlined Button
BackgroundLime Sprout #A9D221
TextLime Sprout #A9D221

Interface

TextDefault readable body text.Near Black #111111
Bg LightLight page or section background.Soft Mist #F4F7F2
Bg DarkDark page or section background.Pure White #FFFFFF
IconSmall interface icons and marks.Moss Slate #5F7057
BorderCards, inputs, and component borders.Moss Slate #5F7057
DividerSubtle separators between content.Moss Slate #5F7057
OutlineFocus rings and emphasis outlines.Moss Slate #5F7057

Palette Colors

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

Main (Brand) Colors

The main colors stay within a tight green family, moving from dark woodland depth to a brighter lime note that keeps the system fresh without breaking recognition. This creates a cohesive palette that feels organic, contemporary, and easy to apply across identity and interface design.

PrimaryDeep Fir

RolesLogo, Btn Primary Bg

This deep fir green anchors the brand with authority and gives the palette a strong, memorable base.

HEX#123E2C
RGB18, 62, 44
HSL155, 55, 16
CMYK71, 0, 29, 76
SecondaryCanopy Green

RolesLink, Btn Secondary Bg

This canopy green adds movement and midtone balance, making the system feel usable and connected.

HEX#2C5A3B
RGB44, 90, 59
HSL140, 34, 26
CMYK51, 0, 34, 65
TertiaryLime Sprout

RolesBtn Outlined Border, Btn Outlined Text, Headline

This lime sprout accent delivers energy and visibility, giving the palette a sharp contemporary point of emphasis.

HEX#A9D221
RGB169, 210, 33
HSL74, 73, 48
CMYK20, 0, 84, 18

Support Colors

The support colors extend the greens with quieter, less saturated tones that improve usability and depth without competing with the main palette. They are designed to soften transitions, support interface structure, and keep the image-inspired system balanced.

Moss Slate

RolesIcon, Border, Divider, Outline

This moss slate bridges the dark and bright greens with a restrained, practical tone for interface details, providing subtle separation and structure after removal of the other support color.

HEX#5F7057
RGB95, 112, 87
HSL101, 13, 39
CMYK15, 0, 22, 56

Neutral Colors

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

Pure White

RolesBg Dark, Btn Primary Text, Btn Secondary Text

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

RolesBg Light

HEX#F4F7F2
RGB244, 247, 242
HSL96, 24, 96
CMYK1, 0, 2, 3
Near Black

RolesText

HEX#111111
RGB17, 17, 17
HSL0, 0, 7
CMYK0, 0, 0, 93

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-fir: #123E2C;
  --color-canopy-green: #2C5A3B;
  --color-lime-sprout: #A9D221;
  --color-moss-slate: #5F7057;
  --color-pure-white: #FFFFFF;
  --color-soft-mist: #F4F7F2;
  --color-near-black: #111111;
}

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: #123E2C;
  --role-btn-primary-bg: #123E2C;
  --role-link: #2C5A3B;
  --role-btn-secondary-bg: #2C5A3B;
  --role-btn-outlined-border: #A9D221;
  --role-btn-outlined-text: #A9D221;
  --role-headline: #A9D221;
  --role-icon: #5F7057;
  --role-border: #5F7057;
  --role-divider: #5F7057;
  --role-outline: #5F7057;
  --role-bg-dark: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-bg-light: #F4F7F2;
  --role-text: #111111;
}

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-fir": "#123E2C",
    "canopy-green": "#2C5A3B",
    "lime-sprout": "#A9D221",
    "moss-slate": "#5F7057",
    "pure-white": "#FFFFFF",
    "soft-mist": "#F4F7F2",
    "near-black": "#111111"
}
Press Space to load new palette