Glacier Threshold Morning

Cool light filtering through winter ice, creating layers of luminous depth and quiet, crystalline stillness.

Colors

~Frost Fairy#BBCEF8
~Fly Away#88B5F4
~Polar Glow#4A9EF1
~Magical Merlin#3F94CC
~Pristine Seas#28779B
~Chill of the Night#236C8B
~Night Edition#1C5B6E

Tags

Psychology

The palette's analogous blue harmony creates visual unity and a sense of flow without jarring transitions, while the progression from light to deep tones demonstrates cool color recession, drawing the eye inward and establishing spatial depth. Low saturation across the range signals restraint and tranquility, evoking contemplative focus rather than stimulation. This cool-dominant composition naturally activates associations with clarity, stability, and intellectual calm.

Usage

Ideal for minimalist tech interfaces, corporate sustainability branding, and editorial photography backgrounds where sophistication and visual breathing room are priorities. The moderate contrast and mixed lightness support both data visualization dashboards and luxury product packaging where understatement conveys value. Works especially well in interior design mood boards and fashion lookbooks targeting cool-toned, contemporary aesthetics.

Code

CSS Gradient
/* CSS gradient approximation of mesh gradient */
/* Note: This is a linear approximation. For the full animated mesh effect, use the React/JS export. */
background: linear-gradient(
    90deg,
    #bbcef8 0%,
    #88b5f4 17%,
    #4a9ef1 33%,
    #3f94cc 50%,
    #28779b 67%,
    #236c8b 83%,
    #1c5b6e 100%
  );
Tailwind v4
/* app.css — Tailwind v4 */
@theme {
  --color-gradient-1: #bbcef8;
  --color-gradient-2: #88b5f4;
  --color-gradient-3: #4a9ef1;
  --color-gradient-4: #3f94cc;
  --color-gradient-5: #28779b;
  --color-gradient-6: #236c8b;
  --color-gradient-7: #1c5b6e;
}

/* Usage: bg-gradient-1, text-gradient-2, etc. */
CSS Variables
--color-1: #bbcef8;
--color-2: #88b5f4;
--color-3: #4a9ef1;
--color-4: #3f94cc;
--color-5: #28779b;
--color-6: #236c8b;
--color-7: #1c5b6e;
Hex values
#bbcef8, #88b5f4, #4a9ef1, #3f94cc, #28779b, #236c8b, #1c5b6e

Building something? Get this palette via the REST API.

History

Similar palettes

Coastal Depths Morning
Wisteria Descent
Mineral Spring Dawn
Midnight Pool Glow
Coastal Porcelain Dawn
Tidewater Passage
Frosted Periwinkle Pool
Sapphire Vault Dawn
Jade Hour Glow
Glacier Threshold Morning — Color Palette | InstantGradient