Tidewater Passage
Cool water depths caught between shadow and light, where teal fades into still morning air.
Psychology
The palette's analogous teal harmony creates visual cohesion without monotony, while the shift from deep muted tones to bright light teals produces subtle depth recession. Cool hues throughout signal tranquility and clarity, yet the moderate contrast prevents flatness, engaging the eye without overstimulation. This balance of restful coolness with readable definition fosters both calm focus and confident clarity.
Usage
Ideal for tech startup branding, luxury hospitality websites, and contemporary interior design where sophisticated restraint matters more than visual drama. The moderate contrast and analogous harmony suit editorial photography layouts and wellness app interfaces that need approachability without sacrificing depth. Works particularly well for projects requiring trustworthy, modern, and serene visual identities.
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,
#508aba 0%,
#185259 25%,
#297a90 50%,
#3aa7bf 75%,
#4dd5f6 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #508aba;
--color-gradient-2: #185259;
--color-gradient-3: #297a90;
--color-gradient-4: #3aa7bf;
--color-gradient-5: #4dd5f6;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #508aba; --color-2: #185259; --color-3: #297a90; --color-4: #3aa7bf; --color-5: #4dd5f6;
Hex values
#508aba, #185259, #297a90, #3aa7bf, #4dd5f6
Building something? Get this palette via the REST API.
History
Similar palettes
Mineral Spring Dawn
Jade Hour Glow
Shallow Waters
Midnight Pool Glow
Coastal Porcelain Dawn
Coastal Depths Morning
Frosted Meadow
Neon Bloom Dusk
Slate Pool Breath