Midnight Descent Study
Deep water under starlight, where cerulean surface meets obsidian depths in sharp, cool silence.
Psychology
The high contrast between luminous cerulean and near-black obsidian creates visual tension that commands attention while maintaining a distinctly cool temperature. The monochromatic blue family establishes visual harmony despite the extreme lightness range, preventing the palette from feeling chaotic or jarring. This combination triggers associations with depth and authority, invoking both the intellectual clarity of sky and the commanding gravity of deep water or night.
Usage
Apply to luxury tech branding, financial services websites, and editorial photography layouts that require professional gravitas with modern edge. The high contrast excels in dark mode interfaces and premium packaging designs where legibility must coexist with sophisticated restraint. Use for minimalist poster design and architectural visualization where cool tonality and bold value separation communicate precision and elegance.
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,
#60a5fa 0%,
#312e81 33%,
#1d4ed8 67%,
#020617 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #60a5fa;
--color-gradient-2: #312e81;
--color-gradient-3: #1d4ed8;
--color-gradient-4: #020617;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #60a5fa; --color-2: #312e81; --color-3: #1d4ed8; --color-4: #020617;
Hex values
#60a5fa, #312e81, #1d4ed8, #020617
Building something? Get this palette via the REST API.
History
Similar palettes
Midnight Pool Glow
Jade Hour Glow
Electric Dusk
Coastal Depths Morning
Abyssal Hearth
Twilight Alchemy
Frosted Meadow
Neon Bloom Dusk
Mineral Spring Dawn