Mineral Spring Dawn
Cool, luminous, and gently grounded, evoking morning light filtering through translucent water and smooth stone.
Psychology
The dominant teal and blue hues activate the cool end of the spectrum, triggering associations with clarity, trust, and calm reflection, while their moderate saturation prevents visual fatigue. The pale neutral anchor grounds the palette and reduces chromatic intensity, allowing the cooler tones to feel contemplative rather than overstimulating. This combination leverages the principle that cool recessive tones paired with high lightness create perceived spaciousness and serenity.
Usage
Ideal for wellness app interfaces, minimalist beauty packaging, and tech startup branding where calm professionalism is essential. The moderate contrast and light profile suit editorial layouts and web design requiring visual clarity without aggression. Projects emphasizing purity, freshness, and modern sophistication benefit from this palette's balanced cool temperature and soft luminosity.
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,
#f0fdf4 0%,
#00b894 25%,
#00cec9 50%,
#74b9ff 75%,
#0984e3 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #f0fdf4;
--color-gradient-2: #00b894;
--color-gradient-3: #00cec9;
--color-gradient-4: #74b9ff;
--color-gradient-5: #0984e3;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #f0fdf4; --color-2: #00b894; --color-3: #00cec9; --color-4: #74b9ff; --color-5: #0984e3;
Hex values
#f0fdf4, #00b894, #00cec9, #74b9ff, #0984e3
Building something? Get this palette via the REST API.
History
Similar palettes
Jade Hour Glow
Shallow Waters
Slate Pool Breath
Coastal Porcelain Dawn
Frosted Meadow
Neon Bloom Dusk
Frosted Lavender Drift
Periwinkle Linen Study
Misty Lagoon Hour