Kiln Dust Glow

Warm, toasted light with earthy brick undertones, evoking the glow of fired clay and golden afternoon heat.

Colors

~Tuscan#FAD5A8
~Brick#A4382C
~Deep Fried#F2B14E
~Firebug#CD5F5B

Tags

Psychology

The analogous harmony of yellow and red-orange tones creates visual cohesion without tension, while the vivid reds provide warm advance energy that draws attention forward. The light, moderate saturation prevents harshness, instead evoking comfort and authenticity rather than aggression or urgency. This combination activates appetite and trust simultaneously, making the palette psychologically inviting without feeling overstimulating.

Usage

Ideal for artisanal food packaging, craft brewery branding, and rustic hospitality design where warmth and approachability matter. The moderate contrast supports both print collateral and digital editorial layouts without overwhelming delicate typography. Works particularly well in heritage brand identities and sustainable product design where earthy authenticity signals quality and tradition.

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,
    #fad5a8 0%,
    #a4382c 33%,
    #f2b14e 67%,
    #cd5f5b 100%
  );
Tailwind v4
/* app.css — Tailwind v4 */
@theme {
  --color-gradient-1: #fad5a8;
  --color-gradient-2: #a4382c;
  --color-gradient-3: #f2b14e;
  --color-gradient-4: #cd5f5b;
}

/* Usage: bg-gradient-1, text-gradient-2, etc. */
CSS Variables
--color-1: #fad5a8;
--color-2: #a4382c;
--color-3: #f2b14e;
--color-4: #cd5f5b;
Hex values
#fad5a8, #a4382c, #f2b14e, #cd5f5b

Building something? Get this palette via the REST API.

History

Similar palettes

Terracotta Sunrise
Forge & Honey
Peach Hour
Sorbet Afternoon
Honeycomb Afternoon
Caramel Linen Hour
Wheat Field Glow
Linen Bakery Morning
Terracotta Linen Rest