Wheat Field Glow
Warm, sun-softened tones that feel like linen fabric held up to afternoon light, comfortable and lived-in.
Psychology
The analogous harmony of orange and yellow hues creates visual cohesion without tension, while the low chroma and light values signal approachability rather than aggression. Warm tones naturally advance and evoke comfort, yet their muted intensity prevents overstimulation, producing a grounded, nostalgic calm that feels both inviting and restrained.
Usage
Effective for artisanal food packaging, heritage brand identities, and editorial layouts where warmth and subtlety enhance storytelling. The soft contrast and analogous structure work particularly well in projects requiring approachable luxury, such as organic skincare labels, vintage home decor catalogs, and craft-focused websites that prioritize visual rest over drama.
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,
#dac7be 0%,
#f7e7ce 25%,
#e9c46a 50%,
#f4a261 75%,
#e76f51 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #dac7be;
--color-gradient-2: #f7e7ce;
--color-gradient-3: #e9c46a;
--color-gradient-4: #f4a261;
--color-gradient-5: #e76f51;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #dac7be; --color-2: #f7e7ce; --color-3: #e9c46a; --color-4: #f4a261; --color-5: #e76f51;
Hex values
#dac7be, #f7e7ce, #e9c46a, #f4a261, #e76f51
Building something? Get this palette via the REST API.
History
Similar palettes
Caramel Linen Hour
Warm Linen Bakery
Biscuit Porcelain Hour
Terracotta Linen Rest
Honey Toast Dawn
Celadon Reverie
Peach Hour
Linen Bakery Morning
Linen Reverie Noon