Obsidian Flare
Stark contrast between the void and molten warmth, like fire cutting through absolute darkness at midnight.
Psychology
The pairing of pure black and vivid warm red creates maximum visual tension through high contrast and opposing spatial behavior. Black recedes and grounds while the vibrant red advances aggressively, creating dynamic energy without chaos. The red's warmth commands attention against cool emptiness, triggering both urgency and power through complementary spatial depth.
Usage
Ideal for luxury tech branding, haute couture labels, and editorial covers where bold visual impact is essential. The extreme contrast excels in high-end packaging design and restaurant identity systems where sophistication and drama must coexist. Works particularly well for music or performance event posters and luxury watch or automotive marketing where confidence and precision 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%,
#f54e00 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #000000;
--color-gradient-2: #f54e00;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #000000; --color-2: #f54e00;
Hex values
#000000, #f54e00
Building something? Get this palette via the REST API.
History
Similar palettes
Brick & Berry Dusk
Pomegranate Cellar
Kiln Dust Glow
Flamingo Hour
Terracotta Sunrise
Ember & Cream
Forge & Honey
Kiln Fired Afternoon
Russet Orchard Noon