Glacier Blue#C7DDF0
Coral Signal#F95D58
Lilac Veil#F4F1FF
Harbor Mist#8EA9BF
Wisp Lavender#D8C9F2
Palette direction

Glacial Coral Modern Color Palette

This palette turns the image’s icy blue, soft lavender-white, and coral red into a crisp, modern system with calm contrast and energetic highlights. It works because the cool and warm notes stay clearly separated, creating a recognizable identity that feels clean, optimistic, and editorial.

ComplementaryTechicy bluecoral redlavender whitemodern
palette-preview.example
Tech color direction

Glacial Coral Modern Color Palette

This palette turns the image’s icy blue, soft lavender-white, and coral red into a crisp, modern system with calm contrast and energetic highlights. It works because the cool and warm notes stay clearly separated, creating a recognizable identity that feels clean, optimistic, and editorial.

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 Ink Black #111827on Lilac Veil #F4F1FF15.9:1 Excellent
Logo Ink Black #111827on Glacier Blue #C7DDF012.7:1 Excellent
Logo Ink Black #111827on Coral Signal #F95D585.7:1 Strong
Logo Pure White #FFFFFFon Ink Black #11182717.7:1 Excellent
Icon color
BackgroundCoral Signal#F95D58TextInk Black#111827
Primary Button5.69:1
AA

Best for the main action users should notice first.

BackgroundGlacier Blue#C7DDF0TextInk Black#111827
Secondary Button12.70:1
AAA

Useful for softer choices and secondary paths.

BackgroundPure White#FFFFFFTextFrost White#F8FAFC
Outlined Button1.05:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundPure White#FFFFFFTextCoral Signal#F95D58
Text Button3.12:1
Large text

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

Palette composition8 colorsComplementary color relationship
9:41Glacial Coral Modern 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.

CGlacial Coral Modern Color PaletteTech brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors combine a cool sky blue with a vivid coral accent and a soft lavender-tinted white that bridges the temperature shift. Together they create a clear, memorable contrast that feels contemporary without becoming noisy.

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.Glacier Blue #C7DDF0
HeadlineUsed for main titles and key messages.Coral Signal #F95D58
LinkUsed for links and interactive text.Coral Signal #F95D58

Buttons

Primary Button
BackgroundCoral Signal #F95D58
TextInk Black #111827
Secondary Button
BackgroundGlacier Blue #C7DDF0
TextInk Black #111827
Outlined Button
BackgroundCoral Signal #F95D58
TextFrost White #F8FAFC

Interface

TextDefault readable body text.Ink Black #111827
Bg LightLight page or section background.Pure White #FFFFFF
Bg DarkDark page or section background.Ink Black #111827
IconSmall interface icons and marks.Harbor Mist #8EA9BF
BorderCards, inputs, and component borders.Harbor Mist #8EA9BF
DividerSubtle separators between content.Wisp Lavender #D8C9F2
OutlineFocus rings and emphasis outlines.Wisp Lavender #D8C9F2

Palette Colors

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

Main (Brand) Colors

The main colors combine a cool sky blue with a vivid coral accent and a soft lavender-tinted white that bridges the temperature shift. Together they create a clear, memorable contrast that feels contemporary without becoming noisy.

PrimaryGlacier Blue

RolesLogo, Btn Secondary Bg

This pale blue gives the brand a calm, trustworthy base with a light digital feel.

HEX#C7DDF0
RGB199, 221, 240
HSL208, 58, 86
CMYK17, 8, 0, 6
SecondaryCoral Signal

RolesBtn Primary Bg, Headline, Link, Btn Outlined Border

This coral brings urgency and energy, making key actions and messages stand out immediately.

HEX#F95D58
RGB249, 93, 88
HSL2, 93, 66
CMYK0, 63, 65, 2
TertiaryLilac Veil

This near-white adds a subtle cool softness that keeps the palette refined and airy.

HEX#F4F1FF
RGB244, 241, 255
HSL253, 100, 97
CMYK4, 5, 0, 0

Support Colors

The support colors extend the cool-warm contrast with muted, practical accents that help the system stay usable across UI states. They stay subordinate to the main palette while adding structure and a deeper tonal anchor.

Harbor Mist

RolesIcon, Border

This softened blue-gray supports interface structure without competing with the core hues.

HEX#8EA9BF
RGB142, 169, 191
HSL207, 28, 65
CMYK26, 12, 0, 25
Wisp Lavender

RolesDivider, Outline

This muted lavender reinforces the pale bridge tone and works well for subtle separators.

HEX#D8C9F2
RGB216, 201, 242
HSL262, 61, 87
CMYK11, 17, 0, 5

Neutral Colors

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

Pure White

RolesBg Light

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

RolesBtn Outlined Text

HEX#F8FAFC
RGB248, 250, 252
HSL210, 40, 98
CMYK2, 1, 0, 1
Ink Black

RolesBg Dark, Text, Btn Primary Text, Btn Secondary Text

HEX#111827
RGB17, 24, 39
HSL221, 39, 11
CMYK56, 38, 0, 85

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-glacier-blue: #C7DDF0;
  --color-coral-signal: #F95D58;
  --color-lilac-veil: #F4F1FF;
  --color-harbor-mist: #8EA9BF;
  --color-wisp-lavender: #D8C9F2;
  --color-pure-white: #FFFFFF;
  --color-frost-white: #F8FAFC;
  --color-ink-black: #111827;
}

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: #C7DDF0;
  --role-btn-secondary-bg: #C7DDF0;
  --role-btn-primary-bg: #F95D58;
  --role-headline: #F95D58;
  --role-link: #F95D58;
  --role-btn-outlined-border: #F95D58;
  --role-icon: #8EA9BF;
  --role-border: #8EA9BF;
  --role-divider: #D8C9F2;
  --role-outline: #D8C9F2;
  --role-bg-light: #FFFFFF;
  --role-btn-outlined-text: #F8FAFC;
  --role-bg-dark: #111827;
  --role-text: #111827;
  --role-btn-primary-text: #111827;
  --role-btn-secondary-text: #111827;
}

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.
{
    "glacier-blue": "#C7DDF0",
    "coral-signal": "#F95D58",
    "lilac-veil": "#F4F1FF",
    "harbor-mist": "#8EA9BF",
    "wisp-lavender": "#D8C9F2",
    "pure-white": "#FFFFFF",
    "frost-white": "#F8FAFC",
    "ink-black": "#111827"
}
Press Space to load new palette