Frosted Airspace
Soft light filtering through sheer fabric, cool and gentle, with a whisper of warmth beneath.
Psychology
The four cool blues create visual cohesion and recede visually, producing a calming effect rooted in color theory's principle that cool hues lower arousal. The single warm yellow provides subtle contrast without disrupting the palette's serene foundation, preventing monotony while maintaining low overall contrast that signals safety and comfort. This combination activates the parasympathetic nervous system, ideal for spaces and interfaces designed to soothe rather than stimulate.
Usage
Ideal for skincare and wellness packaging, where soft blues convey trust and purity alongside the gentle warmth of natural ingredients. Works well for minimal SaaS dashboards and healthcare interfaces that prioritize clarity and user calm over visual drama. Effective in bedding and linen collections where the palette's airiness and textile associations reinforce quality and 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,
#e3f1fb 0%,
#a8d0ef 25%,
#c1e4f3 50%,
#fff9e6 75%,
#99c3e4 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #e3f1fb;
--color-gradient-2: #a8d0ef;
--color-gradient-3: #c1e4f3;
--color-gradient-4: #fff9e6;
--color-gradient-5: #99c3e4;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #e3f1fb; --color-2: #a8d0ef; --color-3: #c1e4f3; --color-4: #fff9e6; --color-5: #99c3e4;
Hex values
#e3f1fb, #a8d0ef, #c1e4f3, #fff9e6, #99c3e4
Building something? Get this palette via the REST API.
History
Similar palettes
Buttercream Lagoon
Slate & Honey Hour
Periwinkle Wheat Hour
Abyssal Hearth
Midnight Brass
Indigo Hour Study
Roasted Almond Bloom
Porcelain Drift
Pastel Lagoon