Glacial Serenity

Soft morning light filtered through frosted glass, cool and luminous, with the quiet clarity of high altitude.

Colors

~Epic Blue#0963E0
~Cooler Than Ever#86BEFF
~Sky Dancer#3392FE
~Polar Bear in a Blizzard#FDFEFF
~Broad Daylight#C2DBFD

Psychology

The monochromatic blue family creates visual cohesion while the progression from vivid to near-white generates subtle depth without harshness. Cool hues naturally recede and lower arousal, signaling trust and clarity, while the high lightness values prevent coldness, instead conveying openness and mental spaciousness. The moderate contrast between Epic Blue and the near-white establishes clear hierarchy without visual fatigue.

Usage

Effective for minimalist SaaS interfaces, luxury skincare branding, and editorial layouts requiring sophisticated restraint. Projects demanding calm focus, professional credibility, or serene atmospherics benefit from the palette's cool temperature and mixed lightness, which prevents monotony while maintaining composed legibility. Ideal for fintech platforms, wellness publications, and architectural portfolios where trust and clarity are paramount.

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,
    #0963e0 0%,
    #86beff 25%,
    #3392fe 50%,
    #fdfeff 75%,
    #c2dbfd 100%
  );
Tailwind v4
/* app.css — Tailwind v4 */
@theme {
  --color-gradient-1: #0963e0;
  --color-gradient-2: #86beff;
  --color-gradient-3: #3392fe;
  --color-gradient-4: #fdfeff;
  --color-gradient-5: #c2dbfd;
}

/* Usage: bg-gradient-1, text-gradient-2, etc. */
CSS Variables
--color-1: #0963e0;
--color-2: #86beff;
--color-3: #3392fe;
--color-4: #fdfeff;
--color-5: #c2dbfd;
Hex values
#0963e0, #86beff, #3392fe, #fdfeff, #c2dbfd

Building something? Get this palette via the REST API.

History

Similar palettes

Wisteria Descent
Mineral Spring Dawn
Coastal Linen Study
Coastal Porcelain Dawn
Frosted Periwinkle Pool
Coastal Depths Morning
Sapphire Vault Dawn
Jade Hour Glow
Shallow Waters
Glacial Serenity — Color Palette | InstantGradient