Volt Midnight

Deep velvet darkness punctuated by electric warmth, like a single light cutting through absolute stillness.

Colors

~Glimpse Into Space#121212
~Cyber Yellow#FFD500

Psychology

The extreme contrast between near-black and vivid yellow creates immediate visual tension that commands attention, leveraging the principle that high-chroma warm colors advance against dark recessive grounds. Yellow's association with energy and optimism gains psychological weight when isolated against deep neutrality, evoking urgency and clarity rather than cheerfulness. This pairing triggers heightened alertness by forcing the eye between two opposing poles, making it psychologically demanding yet memorable.

Usage

Ideal for tech startup branding, film posters, and editorial design where dramatic visual impact and clear hierarchy are essential. High-contrast warning systems, luxury product packaging, and music album artwork benefit from the palette's ability to create stark visual statements without secondary colors. Works exceptionally well in web design and print advertising where bold contrast drives engagement and legibility across small and large formats.

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,
    #121212 0%,
    #ffd500 100%
  );
Tailwind v4
/* app.css — Tailwind v4 */
@theme {
  --color-gradient-1: #121212;
  --color-gradient-2: #ffd500;
}

/* Usage: bg-gradient-1, text-gradient-2, etc. */
CSS Variables
--color-1: #121212;
--color-2: #ffd500;
Hex values
#121212, #ffd500

Building something? Get this palette via the REST API.

History

Similar palettes

Abyssal Hearth
Kiln Dust Glow
Midnight Brass
Indigo Hour Study
Forge & Honey
Kiln Fired Afternoon
Russet Orchard Noon
Blackberry Bakery Noon
Cotton Candy Dawn