Obsidian Blaze
A moment where embers meet darkness, charred stone still radiating heat against a starless sky.
Psychology
Black establishes visual weight and containment, while Dragon's Fire commands attention through high saturation and luminosity, creating tension between restraint and energy. The high contrast between achromatic dark and vivid warm red triggers immediate visual hierarchy, with the warm orange advancing perceptually while the black grounds the composition. This pairing leverages warm-cool opposition at extreme ends, generating visual dynamism without requiring multiple hues.
Usage
Effective for luxury tech branding, craft beverage packaging, and editorial photography that demands visual punch with sophisticated restraint. Projects requiring bold, minimal identity systems benefit from the palette's stark contrast, which reads clearly at small scales and photographs sharply. The warmth-darkness interplay suits artisan product lines, premium audio equipment, and architectural documentation where drama and precision coexist.
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%,
#ff4a1f 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #000000;
--color-gradient-2: #ff4a1f;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #000000; --color-2: #ff4a1f;
Hex values
#000000, #ff4a1f
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