Forest Green#136F63
Amber#FFB400
Dark Raspberry#8B004B
Pale Teal#A7C4BC
Palette direction

Forest Green Amber Color Palette

This palette uses vibrant jewel-inspired main colors to symbolize discovery and impact, balanced by subtle support colors that provide clarity and calmness, and grounded by neutrals that ensure readability and professionalism. The combination evokes the concept of finding valuable ideas amidst chaos, delivering a clear and visionary brand identity.

Split ComplementaryCreativegraphic designbrandingcreativityimpact
palette-preview.example
Creative color direction

Forest Green Amber Color Palette

This palette uses vibrant jewel-inspired main colors to symbolize discovery and impact, balanced by subtle support colors that provide clarity and calmness, and grounded by neutrals that ensure readability and professionalism. The combination evokes the concept of finding valuable ideas amidst chaos, delivering a clear and visionary brand 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 Dark Raspberry #8B004B9.5:1 Excellent
Logo Charcoal #212121on Amber #FFB4009.0:1 Excellent
Logo White #FFFFFFon Forest Green #136F636.0:1 Strong
Logo Charcoal #212121on White #FFFFFF16.1:1 Excellent
Icon color
BackgroundForest Green#136F63TextWhite#FFFFFF
Primary Button6.03:1
AA

Best for the main action users should notice first.

BackgroundAmber#FFB400TextCharcoal#212121
Secondary Button9.03:1
AAA

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextForest Green#136F63
Outlined Button6.03:1
AA

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextForest Green#136F63
Text Button6.03:1
AA

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

Palette composition7 colorsSplit Complementary color relationship
9:41Forest Green Amber Color Palette Color role balance
Split 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.

CForest Green Amber Color PaletteCreative 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.Forest Green #136F63
HeadlineUsed for main titles and key messages.Amber #FFB400
LinkUsed for links and interactive text.Forest Green #136F63

Buttons

Primary Button
BackgroundForest Green #136F63
TextWhite #FFFFFF
Secondary Button
BackgroundAmber #FFB400
TextCharcoal #212121
Outlined Button
BackgroundForest Green #136F63
TextForest Green #136F63

Interface

TextDefault readable body text.Charcoal #212121
Bg LightLight page or section background.White #FFFFFF
Bg DarkDark page or section background.Ivory #F6F5F3
IconSmall interface icons and marks.Pale Teal #A7C4BC
BorderCards, inputs, and component borders.Pale Teal #A7C4BC
DividerSubtle separators between content.Pale Teal #A7C4BC
OutlineFocus rings and emphasis outlines.Pale Teal #A7C4BC

Palette Colors

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

Main (Brand) Colors

The main colors form a triadic harmony with vibrant jewel tones that balance energy, clarity, and impact while reinforcing the brand's visionary nature.

PrimaryForest Green

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

Forest Green conveys growth, renewal, and grounded creativity, echoing the idea of discovering value amidst complexity.

HEX#136F63
RGB19, 111, 99
HSL172, 71, 25
CMYK83, 0, 11, 56
SecondaryAmber

RolesHeadline, Btn Secondary Bg

Amber adds warmth and optimism, symbolizing clarity and bright ideas emerging from chaos.

HEX#FFB400
RGB255, 180, 0
HSL42, 100, 50
CMYK0, 29, 100, 0
TertiaryDark Raspberry

Dark Raspberry brings depth and a jewel-like richness, emphasizing impact and sophistication.

HEX#8B004B
RGB139, 0, 75
HSL328, 100, 27
CMYK0, 100, 46, 45

Support Colors

Support colors extend the main palette with muted, softer tones that provide balance and subtle accents to keep the palette approachable and clear without overpowering the jewel tones.

Pale Teal

RolesIcon, Border, Divider, Outline

Pale Teal offers a calming and neutral balance to the brighter jewel tones, enhancing legibility and visual comfort.

HEX#A7C4BC
RGB167, 196, 188
HSL163, 20, 71
CMYK15, 0, 4, 23

Neutral Colors

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

White

RolesBg Light, Btn Primary Text

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

RolesBg Dark

HEX#F6F5F3
RGB246, 245, 243
HSL40, 14, 96
CMYK0, 0, 1, 4
Charcoal

RolesText, 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.

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: #136F63;
  --color-amber: #FFB400;
  --color-dark-raspberry: #8B004B;
  --color-pale-teal: #A7C4BC;
  --color-white: #FFFFFF;
  --color-ivory: #F6F5F3;
  --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: #136F63;
  --role-link: #136F63;
  --role-btn-primary-bg: #136F63;
  --role-btn-outlined-border: #136F63;
  --role-btn-outlined-text: #136F63;
  --role-headline: #FFB400;
  --role-btn-secondary-bg: #FFB400;
  --role-icon: #A7C4BC;
  --role-border: #A7C4BC;
  --role-divider: #A7C4BC;
  --role-outline: #A7C4BC;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-bg-dark: #F6F5F3;
  --role-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": "#136F63",
    "amber": "#FFB400",
    "dark-raspberry": "#8B004B",
    "pale-teal": "#A7C4BC",
    "white": "#FFFFFF",
    "ivory": "#F6F5F3",
    "charcoal": "#212121"
}
Press Space to load new palette