Baked Clay Rest

Warm, sun-baked earth tones that feel like toasted linen and quiet afternoon light filtering through natural fibers.

Colors

~Morrel#AF8E6E
~Toast and Butter#D2A883
~Laksa#EAC099
~Cookie Crumb#B89575
~Pastel Brown#806852

Psychology

The monochromatic orange-brown harmony creates visual unity without monotony, with moderate contrast between lighter and darker tones that feels balanced rather than jarring. Warm hues in the yellow-orange family naturally advance visually and evoke comfort, triggering associations with natural materials, craftsmanship, and safe, inhabited spaces. The muted saturation across all five colors signals restraint and sophistication, lowering psychological arousal and fostering a sense of grounded calm rather than stimulation.

Usage

Ideal for artisanal food packaging (bakery boxes, honey jars, craft coffee labels), interior styling (warm neutral wall palettes, linen furnishing brands), and editorial design (lifestyle magazines, recipe publications, heritage brand lookbooks). Projects requiring approachable warmth without vibrancy benefit from this palette's gentle temperament, making it especially effective for brands emphasizing natural materials, slow living, and tactile quality.

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,
    #af8e6e 0%,
    #d2a883 25%,
    #eac099 50%,
    #b89575 75%,
    #806852 100%
  );
Tailwind v4
/* app.css — Tailwind v4 */
@theme {
  --color-gradient-1: #af8e6e;
  --color-gradient-2: #d2a883;
  --color-gradient-3: #eac099;
  --color-gradient-4: #b89575;
  --color-gradient-5: #806852;
}

/* Usage: bg-gradient-1, text-gradient-2, etc. */
CSS Variables
--color-1: #af8e6e;
--color-2: #d2a883;
--color-3: #eac099;
--color-4: #b89575;
--color-5: #806852;
Hex values
#af8e6e, #d2a883, #eac099, #b89575, #806852

Building something? Get this palette via the REST API.

History

Similar palettes

Kiln Ember Dusk
Wheat Field Glow
Linen Neutral Afternoon
Warm Linen Bakery
Linen Reverie Noon
Toasted Grain Hour
Porcelain Twilight
Caramel Linen Hour
Honey Toast Dawn
Baked Clay Rest — Color Palette | InstantGradient