Misty Lake Dawn
Soft light filtering through calm water, pale and serene, like morning mist settling over a still bay.
Psychology
The monochromatic blue family creates visual coherence and tranquility, with low contrast preventing visual fatigue or tension. Cool tones naturally recede and soothe, triggering parasympathetic responses associated with water, sky, and open space. The light, muted saturation signals gentleness and safety rather than urgency, anchoring the palette in contemplative rather than stimulating territory.
Usage
Ideal for minimalist SaaS interfaces, spa and wellness branding, and editorial photography layouts where subtle depth and airiness enhance readability without distraction. Projects requiring atmospheric calm and trust benefit from this palette's ability to feel approachable while maintaining sophistication through chromatic unity. The uniform lightness makes it particularly effective for background systems, medical or financial applications, and lifestyle packaging where restraint signals quality.
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,
#d0eeff 0%,
#88c3f6 25%,
#d6f5ff 50%,
#8ad4ff 75%,
#8fddff 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #d0eeff;
--color-gradient-2: #88c3f6;
--color-gradient-3: #d6f5ff;
--color-gradient-4: #8ad4ff;
--color-gradient-5: #8fddff;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #d0eeff; --color-2: #88c3f6; --color-3: #d6f5ff; --color-4: #8ad4ff; --color-5: #8fddff;
Hex values
#d0eeff, #88c3f6, #d6f5ff, #8ad4ff, #8fddff
Building something? Get this palette via the REST API.
History
Similar palettes
Mineral Spring Dawn
Frosted Lavender Drift
Periwinkle Linen Study
Jade Hour Glow
Shallow Waters
Coastal Linen Study
Coastal Porcelain Dawn
Coastal Inlet Calm
Neon Bloom Dusk