Electric Plum Hour
A stage-lit moment where deep jewel tones collide with electric warmth, sharp and luminous against cool lagoon depths.
Psychology
The high-contrast triadic harmony between deep purple, vivid magenta, and cool teal creates visual tension that commands attention and prevents visual fatigue through spatial separation. Warm pinks and yellow advance toward the viewer while teal recedes, producing a dimensional push-pull effect that signals energy and movement. The saturation intensity across all five colors telegraphs confidence and contemporary edge, evoking nightlife, digital interfaces, and luxury performance branding.
Usage
Ideal for luxury cosmetics packaging, music festival branding, and high-tech startup identities where bold contrast and mixed temperature create visual hierarchy. The palette's vibrant mid-tones excel in editorial layouts and fashion lookbooks where layering saturated colors maintains legibility without monotony. Works exceptionally well in web interfaces and app design where the vivid spectrum prevents flat monotony and guides user attention through color progression.
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,
#291866 0%,
#7d2369 25%,
#ff335c 50%,
#fab045 75%,
#0cd6ca 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #291866;
--color-gradient-2: #7d2369;
--color-gradient-3: #ff335c;
--color-gradient-4: #fab045;
--color-gradient-5: #0cd6ca;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #291866; --color-2: #7d2369; --color-3: #ff335c; --color-4: #fab045; --color-5: #0cd6ca;
Hex values
#291866, #7d2369, #ff335c, #fab045, #0cd6ca
Building something? Get this palette via the REST API.
History
Similar palettes
Neon Bloom Dusk
Cotton Candy Dawn
Pastel Lagoon
Velvet Midnight Garden
Neon Descent Study
Twilight Alchemy
Jade Hour Glow
Midnight Brass
Flamingo Blush Hour