Neon Peach Descent

Electric depth meeting warm luminescence, where cool shadows dance against heated highlights in vivid contrast.

Colors

~Lapis on Neptune#251CCE
~Atomic Pink#F780FF
~Orange Soda#FF5542
~Dolly Cheek#FFC6AD

Psychology

The triadic balance of deep blue, vivid magenta, and warm red-orange creates visual tension that demands attention while the pale peach anchor prevents harshness. Cool blues recede spatially while warm oranges advance, generating a dynamic push-pull depth that feels both energetic and structured. High saturation across three distinct hue families triggers alertness and playfulness rather than calm, making the palette psychologically activating and memorable.

Usage

This palette excels in tech startup branding, cosmetics packaging, and summer festival graphics where bold contrast and vibrant mood signal innovation and confidence. Projects requiring youth-oriented design or neon-inflected aesthetics benefit from the electric magenta and saturated reds, while the pale peach provides breathing room in layouts. Best suited for digital interfaces, product labels, and editorial headers that need to command attention without feeling corporate or muted.

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,
    #251cce 0%,
    #f780ff 33%,
    #ff5542 67%,
    #ffc6ad 100%
  );
Tailwind v4
/* app.css — Tailwind v4 */
@theme {
  --color-gradient-1: #251cce;
  --color-gradient-2: #f780ff;
  --color-gradient-3: #ff5542;
  --color-gradient-4: #ffc6ad;
}

/* Usage: bg-gradient-1, text-gradient-2, etc. */
CSS Variables
--color-1: #251cce;
--color-2: #f780ff;
--color-3: #ff5542;
--color-4: #ffc6ad;
Hex values
#251cce, #f780ff, #ff5542, #ffc6ad

Building something? Get this palette via the REST API.

History

Similar palettes

Dusk Linen Study
Velvet Midnight Garden
Neon Bloom Dusk
Twilight Alchemy
Jade Hour Glow
Flamingo Hour
Electric Dusk
Midnight Brass
Neon Descent Study
Neon Peach Descent — Color Palette | InstantGradient