Glacier Threshold
Deep glacial calm punctuated by a bright teal spark, evoking crystalline air and electric stillness.
Psychology
The palette pairs deep cool blues that recede and ground, creating psychological depth and trust, with a vivid teal that advances and arrests attention. This high-contrast arrangement leverages cool hues to signal calm and focus while the saturated accent disrupts monotony, producing a balanced tension between stability and alertness. The muted light blues act as visual bridges, softening the jump between dark and vivid while maintaining overall coolness.
Usage
Deploy across tech startup branding, minimalist editorial layouts, and luxury skincare websites where the dark foundation conveys sophistication and the teal accent guides focus to key CTAs. The high contrast works exceptionally well in dark-mode interfaces and print collateral that demand legibility without warmth. The mixed lightness profile suits atmospheric photography backdrops and architectural visualization where depth and clarity matter equally.
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,
#161f28 0%,
#243d66 25%,
#b2e5ff 50%,
#dde8f5 75%,
#28e6c6 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #161f28;
--color-gradient-2: #243d66;
--color-gradient-3: #b2e5ff;
--color-gradient-4: #dde8f5;
--color-gradient-5: #28e6c6;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #161f28; --color-2: #243d66; --color-3: #b2e5ff; --color-4: #dde8f5; --color-5: #28e6c6;
Hex values
#161f28, #243d66, #b2e5ff, #dde8f5, #28e6c6
Building something? Get this palette via the REST API.
History
Similar palettes
Jade Hour Glow
Mineral Spring Dawn
Midnight Pool Glow
Coastal Porcelain Dawn
Coastal Depths Morning
Neon Bloom Dusk
Shallow Waters
Coastal Linen Study
Neon Descent Study