Tidewater Stillness
Cool, muted depths that feel like still water caught between stone and sky, neither fully day nor night.
Psychology
The palette's cool teal-to-blue progression creates visual depth through hue shift rather than high contrast, encouraging contemplation rather than urgency. The low chromatic saturation across all four colors signals stability and trust, while the moderate lightness range keeps the mood grounded without feeling heavy. This combination of cool temperature and restrained vibrancy activates the brain's parasympathetic response, inducing a sense of composed focus rather than stimulation.
Usage
Apply to minimalist tech interfaces, luxury spa branding, and editorial photography that requires visual calm without sterility. Works especially well for financial services materials, healthcare environments, and high-end product packaging where moderate contrast prevents fatigue while maintaining professional credibility. The palette's balanced mid-tone range suits interior design mood boards and fashion lookbooks targeting sophisticated, understated aesthetics.
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,
#25524b 0%,
#407e85 33%,
#649fb6 67%,
#91c3ee 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #25524b;
--color-gradient-2: #407e85;
--color-gradient-3: #649fb6;
--color-gradient-4: #91c3ee;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #25524b; --color-2: #407e85; --color-3: #649fb6; --color-4: #91c3ee;
Hex values
#25524b, #407e85, #649fb6, #91c3ee
Building something? Get this palette via the REST API.
History
Similar palettes
Coastal Inlet Calm
Coastal Depths Morning
Coastal Linen Study
Periwinkle Linen Study
Coastal Porcelain Dawn
Snowmelt Lagoon
Slate Pool Breath
Mineral Spring Dawn
Midnight Pool Glow