Neon Midnight Flux
Electric cool tones meet warm intensity in a space where digital neon collides with deep velvet shadow.
Psychology
The palette pairs cool blue dominants with a shocking warm pink accent, creating visual tension that activates attention without feeling chaotic. The deep indigo anchor (#0b132b) provides grounding stability while the vivid mid-tones advance forward, a principle where high chroma and warm hues pull the eye toward the composition. The purple bridge mediates between cool and warm families, intensifying the emotional contrast and suggesting both sophistication and edge.
Usage
Ideal for tech startup branding, fashion e-commerce, and music production software interfaces where bold contrast and modern energy command presence. The moderate lightness range prevents fatigue in digital environments while the mixed temperature profile suits projects demanding both corporate credibility and creative boldness. Works especially well for neon signage, nightlife venue identities, and avant-garde editorial layouts seeking sophisticated visual punch.
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,
#0b132b 0%,
#0070d4 33%,
#7209b7 67%,
#f72585 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #0b132b;
--color-gradient-2: #0070d4;
--color-gradient-3: #7209b7;
--color-gradient-4: #f72585;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #0b132b; --color-2: #0070d4; --color-3: #7209b7; --color-4: #f72585;
Hex values
#0b132b, #0070d4, #7209b7, #f72585
Building something? Get this palette via the REST API.
History
Similar palettes
Twilight Alchemy
Neon Bloom Dusk
Silk Hour Reverie
Electric Dusk
Neon Descent Study
Jade Hour Glow
Velvet Midnight Garden
Lilac Petal Afternoon
Indigo Hour Study