Forge & Honey

Warm clay and embers meet cool frost, a moment caught between heat and stillness, softly glowing.

Colors

~Apple Cherry#FA0006
~Marinara Red#FF0006
~Coquelicot#FF3A24
~Icy Plains#CCD5FE
~Sunbathed Beach#FFD091

Psychology

The three vivid reds advance and command attention, their high saturation and warmth creating immediate visual energy. The pale blue and cream grounds provide spatial relief and softness, preventing the palette from feeling aggressive, while the triadic structure creates dynamic balance without harsh contrast. This combination signals confidence and accessibility simultaneously, a rare property in warm-dominant palettes.

Usage

Artisanal pottery branding, small-batch hot sauce labels, and rustic bakery identities all benefit from this palette's bold warmth tempered by cool restraint. The low contrast makes it excellent for organic beauty packaging and heritage food design where approachability matters as much as visual presence. Projects requiring editorial spreads or craft beverage branding gain depth from the red-to-cream progression without sacrificing legibility.

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,
    #fa0006 0%,
    #ff0006 25%,
    #ff3a24 50%,
    #ccd5fe 75%,
    #ffd091 100%
  );
Tailwind v4
/* app.css — Tailwind v4 */
@theme {
  --color-gradient-1: #fa0006;
  --color-gradient-2: #ff0006;
  --color-gradient-3: #ff3a24;
  --color-gradient-4: #ccd5fe;
  --color-gradient-5: #ffd091;
}

/* Usage: bg-gradient-1, text-gradient-2, etc. */
CSS Variables
--color-1: #fa0006;
--color-2: #ff0006;
--color-3: #ff3a24;
--color-4: #ccd5fe;
--color-5: #ffd091;
Hex values
#fa0006, #ff0006, #ff3a24, #ccd5fe, #ffd091

Building something? Get this palette via the REST API.

History

Similar palettes

Buttercream Lagoon
Peach Hour
Honeycomb Afternoon
Indigo Hour Study
Kiln Ember Dusk
Caramel Linen Hour
Wheat Field Glow
Midnight Brass
Roasted Almond Bloom