Earthen Thicket
Warm earth meets cool spring growth, a balanced moment where clay warmth touches fresh verdant shoots in soft afternoon light.
Psychology
The warm copper and chocolate tones in the left half create a grounded, approaching presence, while the cool greens on the right recede subtly, establishing visual depth through temperature contrast. This triadic harmony between red, yellow, and green families produces equilibrium rather than tension, kept calm by moderate saturation and mid-range values. The composition mirrors natural earth-to-growth transitions, triggering associations with stability and renewal without emotional intensity.
Usage
Ideal for artisanal food packaging, farm-to-table branding, and sustainable product labels where heritage materials meet contemporary growth narratives. Works well in interior design schemes for rustic cafés, wellness centers, or heritage craft studios, where moderate contrast supports extended viewing without visual fatigue. Best suited to projects balancing authenticity with approachability, particularly editorial layouts and organic beauty branding that need warmth without aggression.
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,
#73352d 0%,
#7a511c 25%,
#837d2b 50%,
#8faf63 75%,
#91c876 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #73352d;
--color-gradient-2: #7a511c;
--color-gradient-3: #837d2b;
--color-gradient-4: #8faf63;
--color-gradient-5: #91c876;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #73352d; --color-2: #7a511c; --color-3: #837d2b; --color-4: #8faf63; --color-5: #91c876;
Hex values
#73352d, #7a511c, #837d2b, #8faf63, #91c876
Building something? Get this palette via the REST API.
History
Similar palettes
Terracotta Greenhouse Rest
Sage Garden Noon
Wheat & Clover Dawn
Celadon Reverie
Wheat Field Glow
Kiln Ember Dusk
Pastel Lagoon
Caramel Linen Hour
Buttercream Lagoon