Neon Vault Stark
A stark void punctuated by electric violet, sharp and purposeful as a laser cutting through absolute darkness.
Psychology
The three blacks establish a heavy, anchoring foundation that recedes into visual silence, while the vivid purple at mid-saturation violently advances, creating extreme visual tension through contrast alone. High chroma purple against achromatic black triggers instinctive alertness, a principle where saturated hues command attention when isolated against neutral surrounds, evoking precision and intensity rather than comfort.
Usage
Effective for tech product interfaces, high-end electronics packaging, and music festival branding where bold contrast demands immediate engagement. The monochromatic structure with one vivid accent works especially well in editorial layouts, app design, and luxury brand collateral where restraint and a single focal point signal sophistication and control.
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,
#000000 0%,
#000000 33%,
#8c00ff 67%,
#000000 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #000000;
--color-gradient-2: #000000;
--color-gradient-3: #8c00ff;
--color-gradient-4: #000000;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #000000; --color-2: #000000; --color-3: #8c00ff; --color-4: #000000;
Hex values
#000000, #000000, #8c00ff, #000000
Building something? Get this palette via the REST API.
History
Similar palettes
Electric Dusk
Jade Hour Glow
Neon Nocturn
Neon Descent Study
Twilight Alchemy
Neon Bloom Dusk
Orchid Silk Reverie
Wisteria Descent
Velvet Midnight Garden