Neon Descent Midnight

Electric depth fading into soft luminescence, like neon signs reflected in still water at dusk.

Colors

~Intergalactic Highway#242D8C
~Cascade Twilight#2B47A1
~Blasphemous Blue#3E5FB7
~Serenity’s Reign#5175D1
~Skinny Jeans#6C89EF
~Kitten’s Eye#89A4F3
~Purple Illusion#B3BAF6

Tags

Psychology

The palette's vivid, saturated blues in the darker registers create visual intensity and forward energy, while the lighter tones progressively recede into softer space, producing a dynamic depth effect. Cool hues naturally evoke trust and cerebral engagement, yet the bold saturation prevents coldness, instead generating electric tension. The moderate contrast progression guides the eye without jarring transitions, activating focused attention while maintaining visual comfort.

Usage

Effective for tech startup branding, music streaming interfaces, and luxury fashion lookbooks where depth and sophistication matter. Projects requiring UI/UX design benefit from the tonal range's ability to establish clear hierarchy without warmth. Editorial photography and contemporary art direction leverage the palette's moody intensity and electric coolness to convey innovation and contemplative boldness.

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,
    #242d8c 0%,
    #2b47a1 17%,
    #3e5fb7 33%,
    #5175d1 50%,
    #6c89ef 67%,
    #89a4f3 83%,
    #b3baf6 100%
  );
Tailwind v4
/* app.css — Tailwind v4 */
@theme {
  --color-gradient-1: #242d8c;
  --color-gradient-2: #2b47a1;
  --color-gradient-3: #3e5fb7;
  --color-gradient-4: #5175d1;
  --color-gradient-5: #6c89ef;
  --color-gradient-6: #89a4f3;
  --color-gradient-7: #b3baf6;
}

/* Usage: bg-gradient-1, text-gradient-2, etc. */
CSS Variables
--color-1: #242d8c;
--color-2: #2b47a1;
--color-3: #3e5fb7;
--color-4: #5175d1;
--color-5: #6c89ef;
--color-6: #89a4f3;
--color-7: #b3baf6;
Hex values
#242d8c, #2b47a1, #3e5fb7, #5175d1, #6c89ef, #89a4f3, #b3baf6

Building something? Get this palette via the REST API.

History

Similar palettes

Midnight Pool Glow
Sapphire Vault Dawn
Twilight Alchemy
Jade Hour Glow
Electric Dusk
Coastal Depths Morning
Wisteria Descent
Neon Bloom Dusk
Mineral Spring Dawn
Neon Descent Midnight — Color Palette | InstantGradient