Terracotta Bloom Rest
Warm sand and faded clay warmed by afternoon light, soft enough to whisper but present enough to hold attention.
Psychology
The palette's progression from deeper warm pink through rose and into muted peachy tones creates a gentle forward momentum without jarring contrast, mimicking natural light as it softens throughout the day. These analogous warm hues activate the brain's reward centers, with the lighter values preventing overstimulation, resulting in approachable comfort rather than intensity. Low saturation across all five colors signals restraint and refinement, allowing the palette to feel grounded rather than playful.
Usage
Organic skincare packaging, vintage textile branding, and editorial magazine layouts all benefit from this palette's warm, undyed aesthetic. The moderate contrast and mixed lightness work well for projects requiring both visual hierarchy and emotional softness, particularly in fashion and beauty contexts. Use the deeper tones as anchors and the lightest shades to create breathing room in layouts and product design.
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,
#893b4d 0%,
#a85e64 25%,
#cd746c 50%,
#e7a79a 75%,
#fbd8c5 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #893b4d;
--color-gradient-2: #a85e64;
--color-gradient-3: #cd746c;
--color-gradient-4: #e7a79a;
--color-gradient-5: #fbd8c5;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #893b4d; --color-2: #a85e64; --color-3: #cd746c; --color-4: #e7a79a; --color-5: #fbd8c5;
Hex values
#893b4d, #a85e64, #cd746c, #e7a79a, #fbd8c5
Building something? Get this palette via the REST API.
History
Similar palettes
Flamingo Hour
Kiln Ember Dusk
Biscuit Porcelain Hour
Wheat & Clover Dawn
Wheat Field Glow
Terracotta Linen Rest
Ember & Cream
Linen Bakery Morning
Brick Fade Study