Frosted Periwinkle Pool
The soft luminosity of winter sky reflecting off calm, ice-touched water at midday.
Psychology
Both colors sit in the cool blue family with very low chroma, creating a serene, understated presence that calms rather than stimulates. The analogous harmony between the two allows the eye to rest without competing focal points, reinforcing a sense of cognitive ease and trust. This low-contrast, cool palette leverages color theory's principle that muted, receding tones evoke contemplation and stability.
Usage
Ideal for minimalist SaaS interfaces, luxury skincare branding, and editorial layouts where restraint signals sophistication. Projects requiring a calm, approachable aesthetic without visual aggression benefit from the palette's gentle progression and unified cool temperature. Works particularly well in fintech apps, wellness packaging, and corporate presentations where trust and clarity are priorities.
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,
#b4e1fa 0%,
#94a5f1 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #b4e1fa;
--color-gradient-2: #94a5f1;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #b4e1fa; --color-2: #94a5f1;
Hex values
#b4e1fa, #94a5f1
Building something? Get this palette via the REST API.
History
Similar palettes
Deep Water Study
Slate Reverie Hour
Coastal Depths Morning
Slate Pool Breath
Mineral Spring Dawn
Coastal Linen Study
Midnight Pool Glow
Frosted Lavender Drift
Periwinkle Linen Study