Pine Green#2C5F2D
Clay Brown#7D5A50
Sage#9DBF9E
Palette direction

Forest Mystic Green Color Palette

This palette evokes a peaceful, magical forest setting with deep greens and warm earth tones, balanced by harmonious support colors and natural neutrals perfect for a college of magic brand.

CustomEducationforestgreenmagicpeaceful
palette-preview.example
Education color direction

Forest Mystic Green Color Palette

This palette evokes a peaceful, magical forest setting with deep greens and warm earth tones, balanced by harmonious support colors and natural neutrals perfect for a college of magic brand.

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 Ivory #F9F6F0on Pine Green #2C5F2D7.0:1 Strong
Logo Ivory #F9F6F0on Clay Brown #7D5A505.6:1 Strong
Logo Charcoal #2A2A2Aon Ivory #F9F6F013.3:1 Excellent
Logo Charcoal #2A2A2Aon Sand #E6E2D311.1:1 Excellent
Icon color
BackgroundPine Green#2C5F2DTextIvory#F9F6F0
Primary Button7.00:1
AA

Best for the main action users should notice first.

BackgroundClay Brown#7D5A50TextIvory#F9F6F0
Secondary Button5.64:1
AA

Useful for softer choices and secondary paths.

BackgroundIvory#F9F6F0TextPine Green#2C5F2D
Outlined Button7.00:1
AA

Good for lower-emphasis actions on light surfaces.

BackgroundIvory#F9F6F0TextPine Green#2C5F2D
Text Button7.00:1
AA

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

Palette composition6 colorsCustom color relationship
9:41Forest Mystic Green Color Palette Color role balance
Custom 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 Mystic Green Color PaletteEducation 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.Pine Green #2C5F2D
HeadlineUsed for main titles and key messages.Clay Brown #7D5A50
LinkUsed for links and interactive text.Pine Green #2C5F2D

Buttons

Primary Button
BackgroundPine Green #2C5F2D
TextIvory #F9F6F0
Secondary Button
BackgroundClay Brown #7D5A50
TextIvory #F9F6F0
Outlined Button
BackgroundPine Green #2C5F2D
TextPine Green #2C5F2D

Interface

TextDefault readable body text.Charcoal #2A2A2A
Bg LightLight page or section background.Ivory #F9F6F0
Bg DarkDark page or section background.Sand #E6E2D3
IconSmall interface icons and marks.Sage #9DBF9E
BorderCards, inputs, and component borders.Sage #9DBF9E
DividerSubtle separators between content.Sage #9DBF9E
OutlineFocus rings and emphasis outlines.Sage #9DBF9E

Palette Colors

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

Main (Brand) Colors

The main colors combine harmonious forest greens and warm earthy browns to embody the magical and serene nature of a woodland college setting.

PrimaryPine Green

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

Pine Green conveys growth, harmony, and the depth of the forest, establishing a strong magical foundation.

HEX#2C5F2D
RGB44, 95, 45
HSL121, 37, 27
CMYK54, 0, 53, 63
SecondaryClay Brown

RolesHeadline, Btn Secondary Bg

Clay Brown provides warmth and grounding, reflecting the earthiness and peacefulness within the forest setting.

HEX#7D5A50
RGB125, 90, 80
HSL13, 22, 40
CMYK0, 28, 36, 51

Support Colors

Support colors extend the main palette with soft, natural tones that enrich the forest mood while maintaining visual balance and subtlety.

Sage

RolesIcon, Border, Divider, Outline

Sage adds a gentle, muted green to complement the deeper Pine Green and Clay Brown without overpowering them.

HEX#9DBF9E
RGB157, 191, 158
HSL122, 21, 68
CMYK18, 0, 17, 25

Neutral Colors

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

Ivory

RolesBg Light, Btn Primary Text, Btn Secondary Text

HEX#F9F6F0
RGB249, 246, 240
HSL40, 43, 96
CMYK0, 1, 4, 2
Charcoal

RolesText

HEX#2A2A2A
RGB42, 42, 42
HSL0, 0, 16
CMYK0, 0, 0, 84
Sand

RolesBg Dark

HEX#E6E2D3
RGB230, 226, 211
HSL47, 28, 86
CMYK0, 2, 8, 10

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-pine-green: #2C5F2D;
  --color-clay-brown: #7D5A50;
  --color-sage: #9DBF9E;
  --color-ivory: #F9F6F0;
  --color-charcoal: #2A2A2A;
  --color-sand: #E6E2D3;
}

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: #2C5F2D;
  --role-link: #2C5F2D;
  --role-btn-primary-bg: #2C5F2D;
  --role-btn-outlined-border: #2C5F2D;
  --role-btn-outlined-text: #2C5F2D;
  --role-headline: #7D5A50;
  --role-btn-secondary-bg: #7D5A50;
  --role-icon: #9DBF9E;
  --role-border: #9DBF9E;
  --role-divider: #9DBF9E;
  --role-outline: #9DBF9E;
  --role-bg-light: #F9F6F0;
  --role-btn-primary-text: #F9F6F0;
  --role-btn-secondary-text: #F9F6F0;
  --role-text: #2A2A2A;
  --role-bg-dark: #E6E2D3;
}

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.
{
    "pine-green": "#2C5F2D",
    "clay-brown": "#7D5A50",
    "sage": "#9DBF9E",
    "ivory": "#F9F6F0",
    "charcoal": "#2A2A2A",
    "sand": "#E6E2D3"
}
Press Space to load new palette