Forest Green#4CAF50
Cerulean Blue#2196F3
Amber#FFC107
Moss Green#8BC34A
Sky Blue#90CAF9
Palette direction

Sunset Green Growth Color Palette

This palette is inspired by the natural and digital blend in the image, featuring a harmonious mix of vibrant green, soft blue, and warm sunset hues to evoke growth, innovation, and optimism. The main colors are balanced with muted earth tones for subtle support, complemented by a comprehensive neutral set for readability and depth.

ComplementaryTechgreenbluesunsetdigital
palette-preview.example
Tech color direction

Sunset Green Growth Color Palette

This palette is inspired by the natural and digital blend in the image, featuring a harmonious mix of vibrant green, soft blue, and warm sunset hues to evoke growth, innovation, and optimism. The main colors are balanced with muted earth tones for subtle support, complemented by a comprehensive neutral set for readability and depth.

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 #212121on Amber #FFC1079.9:1 Excellent
Logo Charcoal #212121on Forest Green #4CAF505.8:1 Strong
Logo Charcoal #212121on Cerulean Blue #2196F35.2:1 Strong
Logo Charcoal #212121on White #FFFFFF16.1:1 Excellent
Icon color
BackgroundForest Green#4CAF50TextCharcoal#212121
Primary Button5.79:1
AA

Best for the main action users should notice first.

BackgroundCerulean Blue#2196F3TextCharcoal#212121
Secondary Button5.15:1
AA

Useful for softer choices and secondary paths.

BackgroundSky Blue#90CAF9TextForest Green#4CAF50
Outlined Button1.59:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundSky Blue#90CAF9TextForest Green#4CAF50
Text Button1.59:1
Low

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

Palette composition8 colorsComplementary color relationship
9:41Sunset Green Growth 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.

CSunset Green Growth Color PaletteTech brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors combine vibrant green, soft blue, and warm orange-yellow to symbolize growth, clarity, and positive energy, creating a visually cohesive and uplifting harmony.

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

Buttons

Primary Button
BackgroundForest Green #4CAF50
TextCharcoal #212121
Secondary Button
BackgroundCerulean Blue #2196F3
TextCharcoal #212121
Outlined Button
BackgroundForest Green #4CAF50
TextForest Green #4CAF50

Interface

TextDefault readable body text.Charcoal #212121
Bg LightLight page or section background.Sky Blue #90CAF9
Bg DarkDark page or section background.White #FFFFFF
IconSmall interface icons and marks.Moss Green #8BC34A
BorderCards, inputs, and component borders.Moss Green #8BC34A
DividerSubtle separators between content.Moss Green #8BC34A
OutlineFocus rings and emphasis outlines.Moss Green #8BC34A

Palette Colors

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

Main (Brand) Colors

The main colors combine vibrant green, soft blue, and warm orange-yellow to symbolize growth, clarity, and positive energy, creating a visually cohesive and uplifting harmony.

PrimaryForest Green

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

Forest Green instills a sense of growth, stability, and natural harmony, perfect for brands anchored in innovation and sustainability.

HEX#4CAF50
RGB76, 175, 80
HSL122, 39, 49
CMYK57, 0, 54, 31
SecondaryCerulean Blue

RolesBtn Secondary Bg

Cerulean Blue offers calmness, trust, and clarity, balancing vibrancy with professionalism ideal for digital technology environments.

HEX#2196F3
RGB33, 150, 243
HSL207, 90, 54
CMYK86, 38, 0, 5
TertiaryAmber

Amber injects warmth, optimism, and energy, adding a friendly and inviting glow that complements the cool primary hues.

HEX#FFC107
RGB255, 193, 7
HSL45, 100, 51
CMYK0, 24, 97, 0

Support Colors

Support colors extend the main palette with softer, muted hues, providing subtle accents and balancing vibrancy for visual hierarchy and usability.

Moss Green

RolesIcon, Border, Divider, Outline

Moss Green gently reinforces the main green with a lower saturation, giving depth and softness without competing with primary tones.

HEX#8BC34A
RGB139, 195, 74
HSL88, 50, 53
CMYK29, 0, 62, 24
Sky Blue

RolesBg Light

Sky Blue offers a gentle, airy background tone that supports the main blues while enhancing the overall brightness and approachability.

HEX#90CAF9
RGB144, 202, 249
HSL207, 90, 77
CMYK42, 19, 0, 2

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
Cultured
HEX#F5F5F5
RGB245, 245, 245
HSL0, 0, 96
CMYK0, 0, 0, 4
Charcoal

RolesText, Btn Primary Text, Btn Secondary Text

HEX#212121
RGB33, 33, 33
HSL0, 0, 13
CMYK0, 0, 0, 87

Export and Handoff

Copy palette values for design systems, websites, and client handoff. You can also copy this palette for Logo Export on myLogo.review, so your colors are ready there in one click.

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: #4CAF50;
  --color-cerulean-blue: #2196F3;
  --color-amber: #FFC107;
  --color-moss-green: #8BC34A;
  --color-sky-blue: #90CAF9;
  --color-white: #FFFFFF;
  --color-cultured: #F5F5F5;
  --color-charcoal: #212121;
}

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-outlined-border: #4CAF50;
  --role-btn-outlined-text: #4CAF50;
  --role-headline: #4CAF50;
  --role-btn-secondary-bg: #2196F3;
  --role-icon: #8BC34A;
  --role-border: #8BC34A;
  --role-divider: #8BC34A;
  --role-outline: #8BC34A;
  --role-bg-light: #90CAF9;
  --role-bg-dark: #FFFFFF;
  --role-text: #212121;
  --role-btn-primary-text: #212121;
  --role-btn-secondary-text: #212121;
}

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": "#4CAF50",
    "cerulean-blue": "#2196F3",
    "amber": "#FFC107",
    "moss-green": "#8BC34A",
    "sky-blue": "#90CAF9",
    "white": "#FFFFFF",
    "cultured": "#F5F5F5",
    "charcoal": "#212121"
}
Press Space to load new palette