Kiln Sunrise Passage
Warm light spilling across clay and straw, building from pale butter to deep burnt orange.
Psychology
The analogous yellow-to-orange harmony creates visual cohesion while the progression from very light to mid-tone delivers moderate contrast that feels energetic without jarring. Warm hues naturally advance toward the viewer, evoking proximity and tactile warmth, while the darker anchors ground the palette with earthy authority rather than frivolity.
Usage
Ideal for artisanal food packaging, heritage craft branding, and editorial layouts that need warmth without aggression. The mixed lightness profile supports both bold headlines and readable body text, making it effective for agricultural product labels, pottery studio identities, and autumn-themed campaigns seeking approachable sophistication.
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,
#fef3c7 0%,
#fde68a 25%,
#f59e0b 50%,
#d97706 75%,
#92400e 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #fef3c7;
--color-gradient-2: #fde68a;
--color-gradient-3: #f59e0b;
--color-gradient-4: #d97706;
--color-gradient-5: #92400e;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #fef3c7; --color-2: #fde68a; --color-3: #f59e0b; --color-4: #d97706; --color-5: #92400e;
Hex values
#fef3c7, #fde68a, #f59e0b, #d97706, #92400e
Building something? Get this palette via the REST API.
History
Similar palettes
Kiln Fired Afternoon
Forge & Honey
Abyssal Hearth
Caramel Linen Hour
Kiln Ember Dusk
Wheat Field Glow
Blackberry Bakery Noon
Toasted Grain Hour
Linen Neutral Afternoon