Charred Wine Cellar

The warmth of smoldering embers against deep midnight, a textured study in restraint and slow-burning intensity.

Colors

~Black#000000
~Dwarf Fortress#270000
~Scoville Highness#920213

Tags

Psychology

The progression from pure black through deep maroon to vivid crimson creates a staged intensity that draws the eye inward before pulling it forward. Deep reds and blacks together signal luxury and gravitas, while the moderate contrast prevents visual fatigue, encouraging sustained engagement rather than jarring alarm. Warm tones naturally advance perceptually, making even the darkest shades feel present and tactile rather than recessive.

Usage

Ideal for wine and spirits packaging, luxury fashion branding, and editorial spreads requiring sophistication without lightness. The monochromatic red harmony with anchoring black suits high-end beauty campaigns and restaurant identity systems where warmth conveys craft and refinement. This palette excels in projects balancing drama with elegance, where moderate contrast maintains readability while mood remains decidedly moody.

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

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

Building something? Get this palette via the REST API.

History

Similar palettes

Brick & Berry Dusk
Pomegranate Cellar
Hearth & Hickory
Burgundy Cellar Rest
Kiln Dust Glow
Peach Hour
Flamingo Hour
Terracotta Sunrise
Ember & Cream
Charred Wine Cellar — Color Palette | InstantGradient