Meadow Kiln Afternoon
Warm, sun-baked earth meets cool water reflections, soft and weathered like linen left in afternoon light.
Psychology
The palette balances warm yellow-ochre dominance with a single cool teal accent, creating visual rest rather than tension. The muted saturation across most colors signals approachability and refinement, while the vivid pink provides a subtle focal point without jarring contrast. This combination of warm advance and cool recede produces a grounded, unhurried emotional response, ideal for conveying authenticity and natural comfort.
Usage
Strong fits include artisan bakery packaging, organic skincare branding, and farmhouse interior design, where warmth and handmade aesthetics matter. The moderate contrast supports readability in print applications while the soft lightness suits layouts that avoid visual aggression. Works particularly well for heritage food brands and sustainable lifestyle products that benefit from the palette's earthiness and calm 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,
#bad3d5 0%,
#bbbc72 25%,
#91915c 50%,
#6c603f 75%,
#db6972 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #bad3d5;
--color-gradient-2: #bbbc72;
--color-gradient-3: #91915c;
--color-gradient-4: #6c603f;
--color-gradient-5: #db6972;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #bad3d5; --color-2: #bbbc72; --color-3: #91915c; --color-4: #6c603f; --color-5: #db6972;
Hex values
#bad3d5, #bbbc72, #91915c, #6c603f, #db6972
Building something? Get this palette via the REST API.
History
Similar palettes
Pastel Lagoon
Honeycomb Afternoon
Kiln Ember Dusk
Teal Linen Afternoon
Blackberry Bakery Noon
Cotton Candy Dawn
Terracotta Sunrise
Butter Meadow Soft
Flamingo Blush Hour