Terracotta Rest

Soft afternoon light filtering through warm textiles, casting gentle peachy shadows across sun-baked clay.

Colors

~Lucky You#FBDAD8
~Juicy Peach#DF8D8D
~Parma Ham#ED9B88
~Dusty Boots#F8C193
~Caramel Drizzle#DCA576

Psychology

The analogous red-to-orange progression creates visual unity while the muted saturation signals restraint and comfort rather than urgency. Warm hues naturally advance and evoke approachability, yet their low chroma prevents overstimulation, producing a calming familiarity associated with natural materials like clay and linen. This balance between warmth and softness triggers nostalgic ease, mimicking the relaxed quality of aged ceramics or sun-faded textiles.

Usage

Ideal for artisan pottery branding, vintage textile collections, and natural skincare packaging where understated warmth builds trust. Projects benefiting from low contrast and gentle luminosity, such as heritage hospitality design or slow living editorial, use this palette to communicate authenticity without visual strain. The analogous harmony suits woven fabric lookbooks and handmade goods e-commerce where material texture and craft heritage are central to the brand narrative.

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,
    #fbdad8 0%,
    #df8d8d 25%,
    #ed9b88 50%,
    #f8c193 75%,
    #dca576 100%
  );
Tailwind v4
/* app.css — Tailwind v4 */
@theme {
  --color-gradient-1: #fbdad8;
  --color-gradient-2: #df8d8d;
  --color-gradient-3: #ed9b88;
  --color-gradient-4: #f8c193;
  --color-gradient-5: #dca576;
}

/* Usage: bg-gradient-1, text-gradient-2, etc. */
CSS Variables
--color-1: #fbdad8;
--color-2: #df8d8d;
--color-3: #ed9b88;
--color-4: #f8c193;
--color-5: #dca576;
Hex values
#fbdad8, #df8d8d, #ed9b88, #f8c193, #dca576

Building something? Get this palette via the REST API.

History

Similar palettes

Biscuit Porcelain Hour
Apricot Silk Hour
Kiln Ember Dusk
Wheat & Clover Dawn
Flamingo Hour
Brick Fade Study
Wheat Field Glow
Warm Linen Bakery
Apricot Hearth
Terracotta Rest — Color Palette | InstantGradient