Forest Green#4A7B3B
Sky Blue#6DAEDB
Muted Earth#A08B6B
Moss Green#8DAC72
Powder Blue#B4C9D4
Palette direction

Verdant Mountain Hospitality Color Palette

This palette captures the serene and vibrant natural essence of the image with fresh greens, sky blues, and a muted earth tone, balanced by soft support colors and neutrals for harmony and usability.

ComplementaryHospitality Eventsgreenbluenaturemountain
palette-preview.example
Hospitality Events color direction

Verdant Mountain Hospitality Color Palette

This palette captures the serene and vibrant natural essence of the image with fresh greens, sky blues, and a muted earth tone, balanced by soft support colors and neutrals for harmony and usability.

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 #1E2328on Sky Blue #6DAEDB6.6:1 Strong
Logo Charcoal #1E2328on Muted Earth #A08B6B4.8:1 Strong
Logo Alabaster #F5F7FAon Forest Green #4A7B3B4.7:1 Strong
Logo Charcoal #1E2328on Alabaster #F5F7FA14.8:1 Excellent
Icon color
BackgroundForest Green#4A7B3BTextAlabaster#F5F7FA
Primary Button4.67:1
AA

Best for the main action users should notice first.

BackgroundSky Blue#6DAEDBTextCharcoal#1E2328
Secondary Button6.58:1
AA

Useful for softer choices and secondary paths.

BackgroundPowder Blue#B4C9D4TextSky Blue#6DAEDB
Outlined Button1.40:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundPowder Blue#B4C9D4TextForest Green#4A7B3B
Text Button2.92:1
Low

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

Palette composition8 colorsComplementary color relationship
9:41Verdant Mountain Hospitality 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.

CVerdant Mountain Hospitality Color PaletteHospitality Events brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors reflect a triadic harmony featuring a lush green, a clear sky blue, and a warm muted earth tone, creating a balanced and recognizable natural system.

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

Buttons

Primary Button
BackgroundForest Green #4A7B3B
TextAlabaster #F5F7FA
Secondary Button
BackgroundSky Blue #6DAEDB
TextCharcoal #1E2328
Outlined Button
BackgroundSky Blue #6DAEDB
TextSky Blue #6DAEDB

Interface

TextDefault readable body text.Charcoal #1E2328
Bg LightLight page or section background.Powder Blue #B4C9D4
Bg DarkDark page or section background.Charcoal #1E2328
IconSmall interface icons and marks.Moss Green #8DAC72
BorderCards, inputs, and component borders.Moss Green #8DAC72
DividerSubtle separators between content.Moss Green #8DAC72
OutlineFocus rings and emphasis outlines.Moss Green #8DAC72

Palette Colors

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

Main (Brand) Colors

The main colors reflect a triadic harmony featuring a lush green, a clear sky blue, and a warm muted earth tone, creating a balanced and recognizable natural system.

PrimaryForest Green

RolesLogo, Link, Btn Primary Bg, Headline

Forest Green evokes vitality and growth, representing the lush foliage in the image.

HEX#4A7B3B
RGB74, 123, 59
HSL106, 35, 36
CMYK40, 0, 52, 52
SecondarySky Blue

RolesBtn Secondary Bg, Btn Outlined Border, Btn Outlined Text

Sky Blue brings calmness and openness reminiscent of the distant sky and mountains.

HEX#6DAEDB
RGB109, 174, 219
HSL205, 60, 64
CMYK50, 21, 0, 14
TertiaryMuted Earth

Muted Earth adds warmth and grounding to the palette, reflecting the natural soil and rock tones.

HEX#A08B6B
RGB160, 139, 107
HSL36, 22, 52
CMYK0, 13, 33, 37

Support Colors

Support colors in soft, muted tones extend the main palette with subtle floral and leaf hints to enhance visual interest without overpowering.

Moss Green

RolesIcon, Border, Divider, Outline

Moss Green complements the Forest Green with a softer tone, adding depth and texture inspired by undergrowth.

HEX#8DAC72
RGB141, 172, 114
HSL92, 26, 56
CMYK18, 0, 34, 33
Powder Blue

RolesBg Light

Powder Blue offers a light, airy background reflecting distant atmospheric haze, balancing the stronger main hues.

HEX#B4C9D4
RGB180, 201, 212
HSL201, 27, 77
CMYK15, 5, 0, 17

Neutral Colors

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

Alabaster

RolesBtn Primary Text

HEX#F5F7FA
RGB245, 247, 250
HSL216, 33, 97
CMYK2, 1, 0, 2
Morning Mist
HEX#D1D9E6
RGB209, 217, 230
HSL217, 30, 86
CMYK9, 6, 0, 10
Charcoal

RolesBg Dark, Text, Btn Secondary Text

HEX#1E2328
RGB30, 35, 40
HSL210, 14, 14
CMYK25, 13, 0, 84

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: #4A7B3B;
  --color-sky-blue: #6DAEDB;
  --color-muted-earth: #A08B6B;
  --color-moss-green: #8DAC72;
  --color-powder-blue: #B4C9D4;
  --color-alabaster: #F5F7FA;
  --color-morning-mist: #D1D9E6;
  --color-charcoal: #1E2328;
}

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: #4A7B3B;
  --role-link: #4A7B3B;
  --role-btn-primary-bg: #4A7B3B;
  --role-headline: #4A7B3B;
  --role-btn-secondary-bg: #6DAEDB;
  --role-btn-outlined-border: #6DAEDB;
  --role-btn-outlined-text: #6DAEDB;
  --role-icon: #8DAC72;
  --role-border: #8DAC72;
  --role-divider: #8DAC72;
  --role-outline: #8DAC72;
  --role-bg-light: #B4C9D4;
  --role-btn-primary-text: #F5F7FA;
  --role-bg-dark: #1E2328;
  --role-text: #1E2328;
  --role-btn-secondary-text: #1E2328;
}

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": "#4A7B3B",
    "sky-blue": "#6DAEDB",
    "muted-earth": "#A08B6B",
    "moss-green": "#8DAC72",
    "powder-blue": "#B4C9D4",
    "alabaster": "#F5F7FA",
    "morning-mist": "#D1D9E6",
    "charcoal": "#1E2328"
}
Press Space to load new palette