Shallow Waters Dawn
Cool, layered blues evoke morning light filtering through frosted glass and calm shallow waters.
Psychology
The three blues progress from mid-tone to very light, creating visual depth while maintaining a cohesive cool temperature that psychologically recedes and soothes. Low chroma across all three colors reinforces a calm, understated mood rather than stimulation, making the palette restful without feeling cold or clinical. The monochromatic harmony with moderate contrast provides structure and legibility while the lightness profile prevents visual fatigue.
Usage
Ideal for tech startup dashboards, minimalist skincare branding, and editorial photography layouts where clean hierarchy and sophisticated restraint matter. Projects requiring trust and clarity benefit from this palette's balanced contrast and cool consistency. Use darker Waikiki for primary calls-to-action, High Blue for secondary elements, and Oh Boy! for backgrounds or subtle accents in healthcare apps, luxury spa websites, and contemporary print design.
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,
#2d85a0 0%,
#4eabe1 50%,
#bbdbfa 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #2d85a0;
--color-gradient-2: #4eabe1;
--color-gradient-3: #bbdbfa;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #2d85a0; --color-2: #4eabe1; --color-3: #bbdbfa;
Hex values
#2d85a0, #4eabe1, #bbdbfa
Building something? Get this palette via the REST API.
History
Similar palettes
Mineral Spring Dawn
Midnight Pool Glow
Mint Aqua Whisper
Jade Hour Glow
Slate Pool Breath
Shallow Waters
Periwinkle Linen Passage
Coastal Depths Morning
Mineral Pool Drift