Glacier Breath Morning
The soft luminescence of clouds catching first light, cool and weightless, wrapped in the quiet texture of brushed cotton.
Psychology
The monochromatic blue progression creates visual coherence without jarring transitions, allowing the eye to rest and reducing cognitive load. Blue tones are universally associated with trust and tranquility, while the very low contrast and light values prevent the cool temperature from feeling cold or isolating. This gentle saturation and value scaling signals sophistication and restraint, inviting calm focus rather than emotional intensity.
Usage
Ideal for wellness app interfaces, luxury skincare packaging, and minimalist editorial layouts where serene atmosphere takes priority over visual drama. Projects requiring low-stress visual environments benefit from the palette's lack of competition between colors, making it effective for meditation apps, spa branding, and soft-focus photography galleries. The very light value range also suits cloud-based software dashboards and light-themed design systems where contrast is intentionally subdued for extended viewing comfort.
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,
#7acff7 0%,
#97d2f4 33%,
#cae0fa 67%,
#bcd4f9 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #7acff7;
--color-gradient-2: #97d2f4;
--color-gradient-3: #cae0fa;
--color-gradient-4: #bcd4f9;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #7acff7; --color-2: #97d2f4; --color-3: #cae0fa; --color-4: #bcd4f9;
Hex values
#7acff7, #97d2f4, #cae0fa, #bcd4f9
Building something? Get this palette via the REST API.
History
Similar palettes
Porcelain Drift
Deep Water Study
Frosted Lavender Drift
Buttercream Lagoon
Silk Passage Morning
Chalk Garden Bloom
Lavender Milk Hour
Silk & Strawberry
Milk Glass Morning