Forge Night Glow

The sharp warmth of molten metal against cool stone, where industrial heat meets restrained shadow.

Colors

~Black#000000
~Prometheus Orange#F15A29
~Nero#262626

Tags

Psychology

The vivid orange advances aggressively against the two near-black anchors, creating high visual tension that commands attention without feeling chaotic. The dominance of achromatic neutrals keeps the warmth grounded and deliberate rather than playful, while the warm-cool contrast triggers both energy and sophistication. This combination activates alertness through saturation and hue separation, a principle leveraged in warning systems and premium branding.

Usage

Effective for industrial product packaging, craft beverage labels, and tech startup branding where bold restraint signals quality. The extreme contrast reads sharply in both digital and print contexts, making it ideal for editorial spreads and architectural photography that need drama without ornamentation. Works particularly well for brands that balance craftsmanship with modernity.

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

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

Building something? Get this palette via the REST API.

History

Similar palettes

Kiln Dust Glow
Kiln Fired Afternoon
Hearth & Hickory
Brick & Berry Dusk
Burgundy Cellar Rest
Pomegranate Cellar
Flamingo Hour
Terracotta Sunrise
Ember & Cream