Neon Charcoal Pulse

A sharp collision of void and heat, where deep silence meets urgent luminescence in a single breath.

Colors

~Black#000000
~Radical Red#FF3B5C

Tags

Psychology

The high contrast between absolute black and vivid radical red creates immediate visual tension, drawing the eye and triggering alertness through opposing values on the achromatic and chromatic spectrum. Black recedes while the warm red advances, establishing depth and hierarchy that feels both grounded and electrifying. This pairing exploits the principle that saturated warm hues against neutral darks amplify perceived vibrancy, generating energy without chaos.

Usage

Deploy this palette in luxury tech packaging, fashion editorial layouts, and nightlife event branding where stark contrast and kinetic energy are essential to communication. Projects requiring bold visual hierarchy, rapid attention capture, or a modern edge benefit from the palette's dramatic lightness shift and warmth intensity. The monochromatic harmony keeps coherence despite the extreme value difference.

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

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

Building something? Get this palette via the REST API.

History

Similar palettes

Abyssal Hearth
Brick & Berry Dusk
Flamingo Hour
Terracotta Sunrise
Ember & Cream
Indigo Hour Study
Blackberry Bakery Noon
Brick Kiln Glow
Burgundy Cellar Rest