Void Spark Statement

A stark punctuation of vivid warmth against deep silence, like a single match struck in absolute darkness.

Colors

~Black#000000
~Black#000000
~Black#000000
~Lollipop#DC143C

Psychology

The three blacks create a neutral void that allows the crimson to command immediate visual attention, leveraging the principle that warm hues advance while dark neutrals recede. This extreme contrast ratio generates tension and energy despite the soft overall mood, as the eye cannot rest. The red's vivid saturation against achromatic darkness triggers urgency and intention rather than comfort, making the palette read as purposeful rather than decorative.

Usage

Ideal for luxury beauty branding, editorial typography, and minimal product packaging where a single accent color must carry maximum impact. Projects requiring bold visual hierarchy benefit from the dramatic contrast, while the monochromatic foundation keeps compositions clean and modern. Works particularly well for high-end fashion lookbooks, architectural signage, and wine or spirits labels where restraint and sophistication are paramount.

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

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

Building something? Get this palette via the REST API.

History

Similar palettes

Pomegranate Cellar
Kiln Dust Glow
Brick & Berry Dusk
Burgundy Cellar Rest
Flamingo Hour
Ember & Cream
Forge & Honey
Kiln Fired Afternoon
Russet Orchard Noon