Cobalt Descent
The dense, cool weight of water at depth, where light fades into shadow and stillness prevails.
Psychology
The monochromatic blue progression creates a sense of visual immersion without jarring transitions, allowing the eye to move fluidly through the palette rather than being pulled by contrast. Deep blues are associated with stability and introspection, while the progression from mid to dark tones reinforces depth perception, evoking the receding quality that cool colors naturally possess. This low-contrast structure builds trust and sophistication rather than excitement, making the palette psychologically grounding despite its bold saturation.
Usage
Ideal for luxury tech interfaces, investment banking websites, and premium editorial spreads where credibility and calm authority matter more than visual pop. Minimalist packaging designs for high-end spirits or grooming products benefit from the palette's sense of refined restraint. The progression works particularly well in data visualization dashboards and corporate branding systems where users need to distinguish hierarchy through subtle tonal shifts rather than dramatic color jumps.
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,
#163fd3 0%,
#264de8 25%,
#0d30ba 50%,
#0022a8 75%,
#001775 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #163fd3;
--color-gradient-2: #264de8;
--color-gradient-3: #0d30ba;
--color-gradient-4: #0022a8;
--color-gradient-5: #001775;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #163fd3; --color-2: #264de8; --color-3: #0d30ba; --color-4: #0022a8; --color-5: #001775;
Hex values
#163fd3, #264de8, #0d30ba, #0022a8, #001775
Building something? Get this palette via the REST API.
History
Similar palettes
Twilight Alchemy
Jade Hour Glow
Electric Dusk
Midnight Pool Glow
Abyssal Hearth
Frosted Meadow
Neon Bloom Dusk
Mineral Spring Dawn
Coastal Linen Study