Snowmelt Lagoon
Soft, cool light filtering through frosted glass onto still water, hushed and serene.
Psychology
The analogous harmony of teal-to-blue progression creates visual cohesion without tension, while the low chroma and high lightness across all three colors signal tranquility and approachability. Cool hues naturally recede and soothe, making this palette psychologically restful, yet the white anchor prevents it from feeling cold or clinical.
Usage
Ideal for wellness app interfaces, spa branding, and minimalist interior design that prioritize calm over stimulation. The soft, low-contrast composition supports meditation apps, skincare product websites, and bedding collections where approachability and gentleness matter more than visual drama. Works exceptionally well in editorial layouts and photography where restraint and breathing room enhance the subject matter.
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,
#feeeed 0%,
#a0e8f7 50%,
#79aae3 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #feeeed;
--color-gradient-2: #a0e8f7;
--color-gradient-3: #79aae3;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #feeeed; --color-2: #a0e8f7; --color-3: #79aae3;
Hex values
#feeeed, #a0e8f7, #79aae3
Building something? Get this palette via the REST API.
History
Similar palettes
Periwinkle Linen Study
Coastal Linen Study
Midnight Pool Glow
Coastal Inlet Calm
Coastal Depths Morning
Slate Pool Breath
Shallow Waters
Mineral Spring Dawn
Frosted Lavender Drift