Skim Milk Dawn
The soft luminescence of ice melting into pale sky, where cool light diffuses through frosted glass without shadow.
Psychology
The monochromatic blue family with extremely low contrast creates a sense of visual rest, as the eye encounters minimal chromatic tension. Cool hues naturally recede and soothe, while the very high lightness values prevent any heaviness or intensity, fostering quiet contemplation rather than stimulation. The progression from Winter Wizard through Water to White mimics the gradual dissolve of light in overcast conditions, reinforcing psychological calm through familiar, non-threatening atmospheric reference.
Usage
Ideal for minimalist SaaS interfaces, spa and wellness branding, and meditation app design where visual stillness supports mental clarity. Works exceptionally well in editorial typography layouts and luxury skincare packaging that prioritize refinement over boldness. The palette's very low contrast and cool temperature suit projects requiring approachability and serenity, particularly those targeting professional or healthcare contexts.
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,
#99e0fc 0%,
#b0e7fe 33%,
#d6f1ff 67%,
#ffffff 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #99e0fc;
--color-gradient-2: #b0e7fe;
--color-gradient-3: #d6f1ff;
--color-gradient-4: #ffffff;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #99e0fc; --color-2: #b0e7fe; --color-3: #d6f1ff; --color-4: #ffffff;
Hex values
#99e0fc, #b0e7fe, #d6f1ff, #ffffff
Building something? Get this palette via the REST API.
History
Similar palettes
Deep Water Study
Glacier Breath Morning
Frosted Inlet Stillness
Coastal Linen Study
Periwinkle Linen Passage
Pastel Lagoon Study
Skylight Linen Pool
Snowmelt Lagoon
Porcelain Pool Breath