Forest Green#4A7C33
Sky Blue#6EC1E4
Deep Ocean Blue#264C63
Warm Sand#BFA06B
Olive Gray#9AA583
Palette direction

Mountain Landscape Nature Color Palette

This palette draws from the natural vibrancy of a mountain landscape with fresh greens, bright sky blues, and earthy browns, combined with subtle neutrals for balance and versatility in branding.

CustomHospitality Eventsnaturemountainsgreenblue
palette-preview.example
Hospitality Events color direction

Mountain Landscape Nature Color Palette

This palette draws from the natural vibrancy of a mountain landscape with fresh greens, bright sky blues, and earthy browns, combined with subtle neutrals for balance and versatility in branding.

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 Pure White #FFFFFFon Deep Ocean Blue #264C639.1:1 Excellent
Logo Charcoal Black #1B1F21on Sky Blue #6EC1E48.2:1 Excellent
Logo Pure White #FFFFFFon Forest Green #4A7C335.0:1 Strong
Logo Charcoal Black #1B1F21on Pure White #FFFFFF16.6:1 Excellent
Icon color
BackgroundForest Green#4A7C33TextPure White#FFFFFF
Primary Button4.97:1
AA

Best for the main action users should notice first.

BackgroundSky Blue#6EC1E4TextCharcoal Black#1B1F21
Secondary Button8.23:1
AAA

Useful for softer choices and secondary paths.

BackgroundPure White#FFFFFFTextForest Green#4A7C33
Outlined Button4.97:1
AA

Good for lower-emphasis actions on light surfaces.

BackgroundPure White#FFFFFFTextForest Green#4A7C33
Text Button4.97:1
AA

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

Palette composition8 colorsCustom color relationship
9:41Mountain Landscape Nature 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.

CMountain Landscape Nature Color PaletteHospitality Events 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 #4A7C33
HeadlineUsed for main titles and key messages.Sky Blue #6EC1E4
LinkUsed for links and interactive text.Forest Green #4A7C33

Buttons

Primary Button
BackgroundForest Green #4A7C33
TextPure White #FFFFFF
Secondary Button
BackgroundSky Blue #6EC1E4
TextCharcoal Black #1B1F21
Outlined Button
BackgroundForest Green #4A7C33
TextForest Green #4A7C33

Interface

TextDefault readable body text.Charcoal Black #1B1F21
Bg LightLight page or section background.Pure White #FFFFFF
Bg DarkDark page or section background.Mist Gray #F0F3F4
IconSmall interface icons and marks.Warm Sand #BFA06B
BorderCards, inputs, and component borders.Warm Sand #BFA06B
DividerSubtle separators between content.Warm Sand #BFA06B
OutlineFocus rings and emphasis outlines.Warm Sand #BFA06B

Palette Colors

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

Main (Brand) Colors

The main colors mirror the green grass, bright sky blue, and deep mountain blue, creating a harmonious and fresh look inspired by natural landscapes.

PrimaryForest Green

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

Forest Green evokes growth, freshness, and vitality, anchoring the palette in nature's energy.

HEX#4A7C33
RGB74, 124, 51
HSL101, 42, 34
CMYK40, 0, 59, 51
SecondarySky Blue

RolesHeadline, Btn Secondary Bg

Sky Blue offers calmness and openness, reflecting clear skies and broad horizons.

HEX#6EC1E4
RGB110, 193, 228
HSL198, 69, 66
CMYK52, 15, 0, 11
TertiaryDeep Ocean Blue

Deep Ocean Blue provides depth and stability, balancing brightness with a grounding presence.

HEX#264C63
RGB38, 76, 99
HSL203, 45, 27
CMYK62, 23, 0, 61

Support Colors

Support colors extend the main palette with earth tones that add warmth and natural balance, enhancing usability while remaining visually subordinate.

Warm Sand

RolesIcon, Border, Divider, Outline

Warm Sand complements the greens and blues by adding a subtle earthy tone that balances the palette softly.

HEX#BFA06B
RGB191, 160, 107
HSL38, 40, 58
CMYK0, 16, 44, 25
Olive Gray

Olive Gray provides a muted accent that supports the natural greens without overpowering the main colors.

HEX#9AA583
RGB154, 165, 131
HSL79, 16, 58
CMYK7, 0, 21, 35

Neutral Colors

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

Pure White

RolesBg Light, Btn Primary Text

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Mist Gray

RolesBg Dark

HEX#F0F3F4
RGB240, 243, 244
HSL195, 15, 95
CMYK2, 0, 0, 4
Charcoal Black

RolesText, Btn Secondary Text

HEX#1B1F21
RGB27, 31, 33
HSL200, 10, 12
CMYK18, 6, 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: #4A7C33;
  --color-sky-blue: #6EC1E4;
  --color-deep-ocean-blue: #264C63;
  --color-warm-sand: #BFA06B;
  --color-olive-gray: #9AA583;
  --color-pure-white: #FFFFFF;
  --color-mist-gray: #F0F3F4;
  --color-charcoal-black: #1B1F21;
}

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: #4A7C33;
  --role-link: #4A7C33;
  --role-btn-primary-bg: #4A7C33;
  --role-btn-outlined-border: #4A7C33;
  --role-btn-outlined-text: #4A7C33;
  --role-headline: #6EC1E4;
  --role-btn-secondary-bg: #6EC1E4;
  --role-icon: #BFA06B;
  --role-border: #BFA06B;
  --role-divider: #BFA06B;
  --role-outline: #BFA06B;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-bg-dark: #F0F3F4;
  --role-text: #1B1F21;
  --role-btn-secondary-text: #1B1F21;
}

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": "#4A7C33",
    "sky-blue": "#6EC1E4",
    "deep-ocean-blue": "#264C63",
    "warm-sand": "#BFA06B",
    "olive-gray": "#9AA583",
    "pure-white": "#FFFFFF",
    "mist-gray": "#F0F3F4",
    "charcoal-black": "#1B1F21"
}
Press Space to load new palette