Cyanotype Study
Crisp daylight fading into dark water, where cool tones shift from bright clarity to infinite depth.
Psychology
The palette moves from pale, luminous teals to vivid mid-blues to near-black depths, creating a strong sense of visual descent. Cool hues throughout evoke trust and clarity, while the high contrast between the light and dark anchors demands attention without warmth, suggesting technology, precision, or oceanic mystery. This analogous blue family maintains harmony while the extreme tonal range prevents the palette from feeling flat or monotonous.
Usage
Ideal for SaaS dashboards, tech startup branding, and editorial photography where clean, modern aesthetics require visual hierarchy. The pale teals work as hover states and accent elements, while the dark blue grounds interfaces and print layouts with authority. Projects needing calm sophistication paired with high visual contrast benefit most from this palette's cool, balanced tension.
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,
#a0e9ff 0%,
#116af8 25%,
#cdf5fd 50%,
#20bced 75%,
#020d33 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #a0e9ff;
--color-gradient-2: #116af8;
--color-gradient-3: #cdf5fd;
--color-gradient-4: #20bced;
--color-gradient-5: #020d33;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #a0e9ff; --color-2: #116af8; --color-3: #cdf5fd; --color-4: #20bced; --color-5: #020d33;
Hex values
#a0e9ff, #116af8, #cdf5fd, #20bced, #020d33
Building something? Get this palette via the REST API.
History
Similar palettes
Jade Hour Glow
Mineral Spring Dawn
Teal Depths Nocturne
Coastal Inlet Calm
Neon Bloom Dusk
Shallow Waters
Midnight Pool Glow
Coastal Porcelain Dawn
Neon Descent Study