Icy Blue#A6C8E0
Denim Blue#4B6E8E
Natural Wood#A9746E
Stone Gray#8B8C89
Forest Green#507F5B
Palette direction

Cool Mountain Nature Color Palette

This strategic palette captures the serene and cool ambiance of a snowy mountain landscape with its blend of icy blue, warm wood tones, and clean neutrals, creating a balanced and inviting visual identity.

ComplementaryHospitality Eventsmountainsnowwinternature
palette-preview.example
Hospitality Events color direction

Cool Mountain Nature Color Palette

This strategic palette captures the serene and cool ambiance of a snowy mountain landscape with its blend of icy blue, warm wood tones, and clean neutrals, creating a balanced and inviting visual 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 Charcoal Black #2F2F33on Icy Blue #A6C8E07.6:1 Excellent
Logo Pure White #FFFFFFon Denim Blue #4B6E8E5.4:1 Strong
Logo Charcoal Black #2F2F33on Pure White #FFFFFF13.3:1 Excellent
Logo Pure White #FFFFFFon Charcoal Black #2F2F3313.3:1 Excellent
Icon color
BackgroundIcy Blue#A6C8E0TextCharcoal Black#2F2F33
Primary Button7.59:1
AAA

Best for the main action users should notice first.

BackgroundDenim Blue#4B6E8ETextPure White#FFFFFF
Secondary Button5.36:1
AA

Useful for softer choices and secondary paths.

BackgroundPure White#FFFFFFTextDenim Blue#4B6E8E
Outlined Button5.36:1
AA

Good for lower-emphasis actions on light surfaces.

BackgroundPure White#FFFFFFTextIcy Blue#A6C8E0
Text Button1.76:1
Low

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

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

CCool Mountain Nature Color PaletteHospitality Events brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors draw from the cold mountain environment with harmonious shades of icy blue, soft denim, and natural warm wood, providing a distinct yet cohesive 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.Icy Blue #A6C8E0
HeadlineUsed for main titles and key messages.Denim Blue #4B6E8E
LinkUsed for links and interactive text.Icy Blue #A6C8E0

Buttons

Primary Button
BackgroundIcy Blue #A6C8E0
TextCharcoal Black #2F2F33
Secondary Button
BackgroundDenim Blue #4B6E8E
TextPure White #FFFFFF
Outlined Button
BackgroundDenim Blue #4B6E8E
TextDenim Blue #4B6E8E

Interface

TextDefault readable body text.Charcoal Black #2F2F33
Bg LightLight page or section background.Pure White #FFFFFF
Bg DarkDark page or section background.Snow White #F0F2F5
IconSmall interface icons and marks.Stone Gray #8B8C89
BorderCards, inputs, and component borders.Stone Gray #8B8C89
DividerSubtle separators between content.Stone Gray #8B8C89
OutlineFocus rings and emphasis outlines.Stone Gray #8B8C89

Palette Colors

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

Main (Brand) Colors

The main colors draw from the cold mountain environment with harmonious shades of icy blue, soft denim, and natural warm wood, providing a distinct yet cohesive system.

PrimaryIcy Blue

RolesLogo, Btn Primary Bg, Link

Icy Blue conveys calmness and clarity, reflecting the refreshing coldness of snow and open skies.

HEX#A6C8E0
RGB166, 200, 224
HSL205, 48, 76
CMYK26, 11, 0, 12
SecondaryDenim Blue

RolesHeadline, Btn Secondary Bg, Btn Outlined Border, Btn Outlined Text

Denim Blue brings depth and reliability, anchoring the palette with a stable yet approachable tone.

HEX#4B6E8E
RGB75, 110, 142
HSL209, 31, 43
CMYK47, 23, 0, 44
TertiaryNatural Wood

Natural Wood introduces warmth to the cool blues, evoking the earthy textures of tree bark and shelter structures.

HEX#A9746E
RGB169, 116, 110
HSL6, 26, 55
CMYK0, 31, 35, 34

Support Colors

Support colors add subtle accents drawn from the gray rocky mountains and forest greens, complementing the cooler main blues without overpowering them.

Stone Gray

RolesIcon, Border, Divider, Outline

Stone Gray offers a neutral but textured tone reminiscent of mountain rocks, balancing the palette's temperature.

HEX#8B8C89
RGB139, 140, 137
HSL80, 1, 54
CMYK1, 0, 2, 45
Forest Green

Forest Green brings a hint of natural life and growth, contrasting softly with the icy main colors to enhance visual interest.

HEX#507F5B
RGB80, 127, 91
HSL134, 23, 41
CMYK37, 0, 28, 50

Neutral Colors

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

Pure White

RolesBg Light, Btn Secondary Text

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Snow White

RolesBg Dark

HEX#F0F2F5
RGB240, 242, 245
HSL216, 20, 95
CMYK2, 1, 0, 4
Charcoal Black

RolesText, Btn Primary Text

HEX#2F2F33
RGB47, 47, 51
HSL240, 4, 19
CMYK8, 8, 0, 80

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-icy-blue: #A6C8E0;
  --color-denim-blue: #4B6E8E;
  --color-natural-wood: #A9746E;
  --color-stone-gray: #8B8C89;
  --color-forest-green: #507F5B;
  --color-pure-white: #FFFFFF;
  --color-snow-white: #F0F2F5;
  --color-charcoal-black: #2F2F33;
}

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: #A6C8E0;
  --role-btn-primary-bg: #A6C8E0;
  --role-link: #A6C8E0;
  --role-headline: #4B6E8E;
  --role-btn-secondary-bg: #4B6E8E;
  --role-btn-outlined-border: #4B6E8E;
  --role-btn-outlined-text: #4B6E8E;
  --role-icon: #8B8C89;
  --role-border: #8B8C89;
  --role-divider: #8B8C89;
  --role-outline: #8B8C89;
  --role-bg-light: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-bg-dark: #F0F2F5;
  --role-text: #2F2F33;
  --role-btn-primary-text: #2F2F33;
}

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.
{
    "icy-blue": "#A6C8E0",
    "denim-blue": "#4B6E8E",
    "natural-wood": "#A9746E",
    "stone-gray": "#8B8C89",
    "forest-green": "#507F5B",
    "pure-white": "#FFFFFF",
    "snow-white": "#F0F2F5",
    "charcoal-black": "#2F2F33"
}
Press Space to load new palette