Neon Descent Study
Electric voltage meeting midnight depths, luminous and cool, crackling with high-contrast intensity and sharp chromatic shift.
Psychology
The palette harnesses high contrast between deep indigo and vivid cyan to create visual tension and electric energy, drawing the eye across its range. Deep blues and purples establish a cool, mysterious foundation, while the bright teal at the lightest end advances forward, creating spatial depth through temperature contrast. This combination activates saturation-driven drama without warmth, triggering alertness and cutting through visual noise effectively.
Usage
Ideal for tech startup branding, gaming interfaces, and electronic music event design where bold, high-contrast visuals demand attention. Works powerfully in digital product dashboards, neon-inspired fashion lookbooks, and futuristic packaging that require visual punch and modern sophistication. The palette's cool dominance and extreme lightness range suit projects needing both depth and luminous accent elements without relying on warmth.
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,
#1c0a8b 0%,
#1951f9 25%,
#8240ff 50%,
#bf85f9 75%,
#53ebfd 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #1c0a8b;
--color-gradient-2: #1951f9;
--color-gradient-3: #8240ff;
--color-gradient-4: #bf85f9;
--color-gradient-5: #53ebfd;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #1c0a8b; --color-2: #1951f9; --color-3: #8240ff; --color-4: #bf85f9; --color-5: #53ebfd;
Hex values
#1c0a8b, #1951f9, #8240ff, #bf85f9, #53ebfd
Building something? Get this palette via the REST API.
History
Similar palettes
Neon Bloom Dusk
Jade Hour Glow
Periwinkle Linen Study
Frosted Lavender Drift
Electric Dusk
Twilight Alchemy
Shallow Waters
Mineral Spring Dawn
Midnight Pool Glow