Forge & Citrine

Intense warmth against deep shadow, like metal catching firelight in a darkened room.

Colors

~Black#000000
~Gold#FFD700
~Heat Signature#E10500
~Oriole#FF8205

Tags

Psychology

The high contrast between black and luminous gold creates immediate visual tension and draws the eye forward, a principle where warm tones naturally advance while dark anchors recede. Red and orange in the mid to light range amplify this effect, generating urgency and vitality without aggression, while the black ground prevents visual chaos by creating defined separation. This combination triggers confidence and prestige, common responses to gold paired with darkness in luxury and performance contexts.

Usage

Ideal for luxury beauty packaging, high-end restaurant branding, and editorial photography where dramatic lighting and bold typography dominate. The palette's sharp contrast and warm intensity suit performance sportswear labels, craft beverage bottles, and theater poster design that demand immediate attention. Projects requiring visual impact without softness, such as automotive branding or premium whiskey labels, leverage the palette's sophisticated boldness and inherent sophistication.

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%,
    #ffd700 33%,
    #e10500 67%,
    #ff8205 100%
  );
Tailwind v4
/* app.css — Tailwind v4 */
@theme {
  --color-gradient-1: #000000;
  --color-gradient-2: #ffd700;
  --color-gradient-3: #e10500;
  --color-gradient-4: #ff8205;
}

/* Usage: bg-gradient-1, text-gradient-2, etc. */
CSS Variables
--color-1: #000000;
--color-2: #ffd700;
--color-3: #e10500;
--color-4: #ff8205;
Hex values
#000000, #ffd700, #e10500, #ff8205

Building something? Get this palette via the REST API.

History

Similar palettes

Forge & Honey
Caramel Linen Hour
Wheat Field Glow
Kiln Ember Dusk
Toasted Grain Hour
Biscuit Porcelain Hour
Warm Linen Bakery
Terracotta Linen Rest
Wheat & Clover Dawn
Forge & Citrine — Color Palette | InstantGradient