Kiln Afternoon Glow

Warm, glowing embers caught in soft afternoon light, with the mellow texture of aged clay and toasted honey.

Colors

~Apple Cherry#FA0000
~Cherry Soda#FF0040
~Extreme Carrot#FF6D2E
~Boiling Magma#FF351F
~Cinnamon Buff#FFBF75

Psychology

The dominant red-orange family creates visual warmth and forward energy, while the low contrast between adjacent hues prevents harshness and maintains approachability. Analogous harmony generates cohesion and comfort, mimicking natural fire gradients, which triggers associations with hearth, craftsmanship, and abundance rather than aggression.

Usage

Effective for artisanal food packaging, vintage craft branding, and editorial design where warmth and handmade authenticity matter. Projects requiring sustained visual interest without high contrast benefit from this palette's layered depth, making it ideal for heritage textiles, heritage ceramics, and slow-living lifestyle marketing.

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,
    #fa0000 0%,
    #ff0040 25%,
    #ff6d2e 50%,
    #ff351f 75%,
    #ffbf75 100%
  );
Tailwind v4
/* app.css — Tailwind v4 */
@theme {
  --color-gradient-1: #fa0000;
  --color-gradient-2: #ff0040;
  --color-gradient-3: #ff6d2e;
  --color-gradient-4: #ff351f;
  --color-gradient-5: #ffbf75;
}

/* Usage: bg-gradient-1, text-gradient-2, etc. */
CSS Variables
--color-1: #fa0000;
--color-2: #ff0040;
--color-3: #ff6d2e;
--color-4: #ff351f;
--color-5: #ffbf75;
Hex values
#fa0000, #ff0040, #ff6d2e, #ff351f, #ffbf75

Building something? Get this palette via the REST API.

History

Similar palettes

Forge & Honey
Peach Hour
Honeycomb Afternoon
Wheat Field Glow
Kiln Ember Dusk
Caramel Linen Hour
Linen Bakery Morning
Terracotta Greenhouse Rest
Terracotta Linen Rest