Forge & Ember
Scorched metal and glowing heat, where deep shadows meet brilliant warmth in sharp, industrial contrast.
Psychology
The vivid orange advances aggressively against the two deep, muted blacks, creating high visual tension that demands attention without feeling chaotic. Red's inherent warmth is amplified by this monochromatic treatment, while the extreme value gap between the bright mid-tone and the near-black anchors triggers a sense of industrial intensity and controlled energy. This contrast principle leverages the eye's natural draw to light and warm hues, positioning the palette as bold yet grounded.
Usage
Effective for craft beverage branding, industrial design portfolios, and fashion editorial spreads where heat and precision coexist. Projects requiring high visual hierarchy and dramatic mood benefit from the stark value separation, while the warm red family maintains approachability despite the dark surround. Also suited for metalwork or ceramics packaging and music or film promotional materials that need intensity without softness.
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,
#0d0d0d 0%,
#f95c3b 50%,
#1a0a05 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #0d0d0d;
--color-gradient-2: #f95c3b;
--color-gradient-3: #1a0a05;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #0d0d0d; --color-2: #f95c3b; --color-3: #1a0a05;
Hex values
#0d0d0d, #f95c3b, #1a0a05
Building something? Get this palette via the REST API.
History
Similar palettes
Hearth & Hickory
Pomegranate Cellar
Forge & Honey
Kiln Fired Afternoon
Russet Orchard Noon
Brick & Berry Dusk
Brick Kiln Glow
Burgundy Cellar Rest
Kiln Garden Glow