Ember Harvest Hour
Warm, advancing tones that glow like embers cooling from fire to honey, evoking sun-baked clay and spiced warmth.
Psychology
The analogous red-to-yellow progression creates visual harmony while the high saturation and advancing warm hues command attention without harshness. Reds and oranges trigger appetite and warmth, while the lighter yellows provide visual relief, preventing fatigue in extended viewing. This combination balances bold energy with accessibility, making it engaging rather than aggressive.
Usage
Ideal for artisanal food packaging, craft beverage branding, and rustic interior design projects that require warmth and approachability. The moderate contrast and mixed lightness support editorial layouts and photography where depth and focus matter equally. Works well for heritage brand identity and autumn-seasonal campaigns seeking bold presence without cool restraint.
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,
#911f24 0%,
#aa4324 25%,
#d1652d 50%,
#ec903b 75%,
#f9cd7d 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #911f24;
--color-gradient-2: #aa4324;
--color-gradient-3: #d1652d;
--color-gradient-4: #ec903b;
--color-gradient-5: #f9cd7d;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #911f24; --color-2: #aa4324; --color-3: #d1652d; --color-4: #ec903b; --color-5: #f9cd7d;
Hex values
#911f24, #aa4324, #d1652d, #ec903b, #f9cd7d
Building something? Get this palette via the REST API.
History
Similar palettes
Forge & Honey
Kiln Ember Dusk
Caramel Linen Hour
Wheat Field Glow
Toasted Grain Hour
Linen Neutral Afternoon
Warm Linen Bakery
Biscuit Porcelain Hour
Terracotta Linen Rest