Tidepool Depths Morning
Cool, layered tones that shift from pale sky to deep forest shadow, evoking calm coastal waters meeting sheltered stone.
Psychology
The palette leverages cool teal dominance across all four colors, which research shows promotes tranquility and focus by activating parasympathetic response. The high contrast spread, from near-white to near-black, creates visual hierarchy without warmth-induced stimulation, allowing the eye to rest while remaining engaged. This combination of low chromatic intensity with strong value range exemplifies the principle that cool palettes recede psychologically, making them ideal for spaces requiring concentration or contemplation.
Usage
This palette excels in luxury wellness branding, tech product interfaces, and coastal hospitality design, where the cool tones signal trust and sophistication. Architectural visualization, editorial photography, and sustainable fashion campaigns benefit from its balanced contrast, which photographs cleanly while maintaining visual depth. The mixed lightness profile supports both background and accent roles, making it versatile for minimalist interior styling and web applications requiring calm user experiences.
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,
#addaf9 0%,
#3ba9c0 33%,
#2a7f85 67%,
#13463a 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #addaf9;
--color-gradient-2: #3ba9c0;
--color-gradient-3: #2a7f85;
--color-gradient-4: #13463a;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #addaf9; --color-2: #3ba9c0; --color-3: #2a7f85; --color-4: #13463a;
Hex values
#addaf9, #3ba9c0, #2a7f85, #13463a
Building something? Get this palette via the REST API.
History
Similar palettes
Periwinkle Linen Study
Slate Pool Breath
Periwinkle Wheat Hour
Misty Lagoon Hour
Coastal Depths Morning
Shallow Waters
Mineral Spring Dawn
Midnight Pool Glow
Frosted Lavender Drift