Emerald Green#4CAF50
Mint Green#81C784
Forest Green#388E3C
Pale Green#C8E6C9
Soft Sage#F1F8E9
Palette direction

Fresh Green Sustainability Color Palette

This palette is inspired by fresh, natural greens and clean, earthy neutrals, reflecting sustainability and environmental care. It combines vibrant and muted greens to showcase growth and balance, supported by soft warm tones representing calm and purity.

MonochromaticHealth Wellnessgreensustainabilitynaturalenvironment
palette-preview.example
Health Wellness color direction

Fresh Green Sustainability Color Palette

This palette is inspired by fresh, natural greens and clean, earthy neutrals, reflecting sustainability and environmental care. It combines vibrant and muted greens to showcase growth and balance, supported by soft warm tones representing calm and purity.

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 #1B1B1Bon Mint Green #81C7848.6:1 Excellent
Logo Charcoal #1B1B1Bon Emerald Green #4CAF506.2:1 Strong
Logo Charcoal #1B1B1Bon White #FFFFFF17.2:1 Excellent
Logo White #FFFFFFon Charcoal #1B1B1B17.2:1 Excellent
Icon color
BackgroundEmerald Green#4CAF50TextCharcoal#1B1B1B
Primary Button6.20:1
AA

Best for the main action users should notice first.

BackgroundMint Green#81C784TextCharcoal#1B1B1B
Secondary Button8.56:1
AAA

Useful for softer choices and secondary paths.

BackgroundSoft Sage#F1F8E9TextMint Green#81C784
Outlined Button1.85:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundSoft Sage#F1F8E9TextEmerald Green#4CAF50
Text Button2.56:1
Low

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

Palette composition8 colorsMonochromatic color relationship
9:41Fresh Green Sustainability 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.

CFresh Green Sustainability Color PaletteHealth Wellness brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

This palette features analogous shades of green ranging from vibrant to muted, which work together to convey freshness, growth, and balance in a recognizable system that is ideal for sustainability themes.

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.Emerald Green #4CAF50
HeadlineUsed for main titles and key messages.Forest Green #388E3C
LinkUsed for links and interactive text.Emerald Green #4CAF50

Buttons

Primary Button
BackgroundEmerald Green #4CAF50
TextCharcoal #1B1B1B
Secondary Button
BackgroundMint Green #81C784
TextCharcoal #1B1B1B
Outlined Button
BackgroundMint Green #81C784
TextMint Green #81C784

Interface

TextDefault readable body text.Charcoal #1B1B1B
Bg LightLight page or section background.Soft Sage #F1F8E9
Bg DarkDark page or section background.White #FFFFFF
IconSmall interface icons and marks.Pale Green #C8E6C9
BorderCards, inputs, and component borders.Pale Green #C8E6C9
DividerSubtle separators between content.Pale Green #C8E6C9
OutlineFocus rings and emphasis outlines.Pale Green #C8E6C9

Palette Colors

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

Main (Brand) Colors

This palette features analogous shades of green ranging from vibrant to muted, which work together to convey freshness, growth, and balance in a recognizable system that is ideal for sustainability themes.

PrimaryEmerald Green

RolesLogo, Link, Btn Primary Bg

Emerald Green represents growth, vitality, and a strong association with nature and sustainability.

HEX#4CAF50
RGB76, 175, 80
HSL122, 39, 49
CMYK57, 0, 54, 31
SecondaryMint Green

RolesBtn Secondary Bg, Btn Outlined Border, Btn Outlined Text

Mint Green provides a softer, calming contrast that supports the primary green while maintaining a natural vibe.

HEX#81C784
RGB129, 199, 132
HSL123, 38, 64
CMYK35, 0, 34, 22
TertiaryForest Green

RolesHeadline

Forest Green adds depth and seriousness, ideal for headlines and creating visual hierarchy.

HEX#388E3C
RGB56, 142, 60
HSL123, 43, 39
CMYK61, 0, 58, 44

Support Colors

These support colors extend the main greens with earthy and warm tones that balance the palette and enhance usability without competing.

Pale Green

RolesIcon, Border, Divider, Outline

Pale Green is a subdued accent that emphasizes cleanliness and blends well with the main greens for subtle UI elements.

HEX#C8E6C9
RGB200, 230, 201
HSL122, 38, 84
CMYK13, 0, 13, 10
Soft Sage

RolesBg Light

Soft Sage offers a light, neutral background that feels natural and complements green tones with gentle warmth.

HEX#F1F8E9
RGB241, 248, 233
HSL88, 52, 94
CMYK3, 0, 6, 3

Neutral Colors

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

White

RolesBg Dark

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Ivory
HEX#FAFAFA
RGB250, 250, 250
HSL0, 0, 98
CMYK0, 0, 0, 2
Charcoal

RolesText, Btn Primary Text, Btn Secondary Text

HEX#1B1B1B
RGB27, 27, 27
HSL0, 0, 11
CMYK0, 0, 0, 89

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-emerald-green: #4CAF50;
  --color-mint-green: #81C784;
  --color-forest-green: #388E3C;
  --color-pale-green: #C8E6C9;
  --color-soft-sage: #F1F8E9;
  --color-white: #FFFFFF;
  --color-ivory: #FAFAFA;
  --color-charcoal: #1B1B1B;
}

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: #4CAF50;
  --role-link: #4CAF50;
  --role-btn-primary-bg: #4CAF50;
  --role-btn-secondary-bg: #81C784;
  --role-btn-outlined-border: #81C784;
  --role-btn-outlined-text: #81C784;
  --role-headline: #388E3C;
  --role-icon: #C8E6C9;
  --role-border: #C8E6C9;
  --role-divider: #C8E6C9;
  --role-outline: #C8E6C9;
  --role-bg-light: #F1F8E9;
  --role-bg-dark: #FFFFFF;
  --role-text: #1B1B1B;
  --role-btn-primary-text: #1B1B1B;
  --role-btn-secondary-text: #1B1B1B;
}

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.
{
    "emerald-green": "#4CAF50",
    "mint-green": "#81C784",
    "forest-green": "#388E3C",
    "pale-green": "#C8E6C9",
    "soft-sage": "#F1F8E9",
    "white": "#FFFFFF",
    "ivory": "#FAFAFA",
    "charcoal": "#1B1B1B"
}
Press Space to load new palette