Kiln Flash Midnight
A moment between molten heat and total darkness, where warmth cuts sharply through shadow.
Psychology
The vivid orange sits at the warm end of the spectrum, naturally advancing toward the viewer and triggering energy and urgency, while pure black recedes into the background as the ultimate neutral anchor. This extreme contrast between a high-saturation warm and a zero-saturation dark creates immediate visual hierarchy and psychological tension, drawing attention while the black provides grounding and sophistication. The combination leverages warm colors' associations with vitality and confidence against black's connotations of depth and authority, producing a palette that feels both aggressive and controlled.
Usage
Apply this palette to craft beverage labels, tech startup branding, and contemporary art catalogs where high contrast and warmth must coexist. Projects requiring urgent visual impact paired with premium or serious positioning benefit from this combination, as the orange reads as accessible energy while the black signals refinement. The palette works particularly well in editorial design, packaging systems, and minimalist signage where contrast does the communicative work.
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%,
#ff5a36 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #000000;
--color-gradient-2: #ff5a36;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #000000; --color-2: #ff5a36;
Hex values
#000000, #ff5a36
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