Forge Signal Noon

A charged moment where deep heat and electric light collide, casting sharp shadows and vivid glows across dark surfaces.

Colors

~Donkey Kong#B33E00
~Black#000000
~Electric Banana#FBFF00
~Orange#FFA200
~Scoville Highness#940000

Tags

Psychology

The palette combines high-chroma warm reds and yellows with pure black, creating maximum contrast that commands visual attention and triggers urgency. Red's association with heat and energy pairs with yellow's signal quality, while black grounds the composition and prevents visual chaos. This combination activates arousal and focus without softness, making the viewer perceive movement and intensity.

Usage

Ideal for high-impact product packaging, especially in food, beverage, or industrial sectors that demand shelf presence. Works exceptionally well for poster design, event promotion, and digital interfaces where visual hierarchy and quick recognition are critical. The palette excels in branding for bold service industries like automotive, tech startups, or spicy food brands that want to convey confidence and edge.

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,
    #b33e00 0%,
    #000000 25%,
    #fbff00 50%,
    #ffa200 75%,
    #940000 100%
  );
Tailwind v4
/* app.css — Tailwind v4 */
@theme {
  --color-gradient-1: #b33e00;
  --color-gradient-2: #000000;
  --color-gradient-3: #fbff00;
  --color-gradient-4: #ffa200;
  --color-gradient-5: #940000;
}

/* Usage: bg-gradient-1, text-gradient-2, etc. */
CSS Variables
--color-1: #b33e00;
--color-2: #000000;
--color-3: #fbff00;
--color-4: #ffa200;
--color-5: #940000;
Hex values
#b33e00, #000000, #fbff00, #ffa200, #940000

Building something? Get this palette via the REST API.

History

Similar palettes

Forge & Honey
Terracotta Sunrise
Peach Hour
Honeycomb Afternoon
Caramel Linen Hour
Wheat Field Glow
Kiln Ember Dusk
Pastel Lagoon
Buttercream Lagoon