Terracotta Sunrise

Warm light filtering through fabric, clay warming under sun, the tender heat of slow afternoon hours.

Colors

~White Christmas#FEF2F2
~Prehistoric Pink#FD79A8
~Smiley Face#FDCB6E
~Himalayan Salt#E17055
~Piercing Red#D63031

Tags

Psychology

The palette anchors itself in warm red and orange hues that advance visually and trigger associations with energy, appetite, and warmth. The crisp white base prevents saturation fatigue, while the light yellow and pink midtones create accessible vibrancy without harshness. Together, these warm tones with moderate contrast activate emotional engagement while the high lightness profile keeps the mood playful rather than aggressive.

Usage

Effective for beauty and wellness packaging, especially natural or handmade cosmetics where warmth signals authenticity. Works well in children's editorial design, playful restaurant branding, and summer fashion campaigns where bold warmth and approachability matter more than sophistication. The moderate contrast supports both digital and print applications without demanding high visual hierarchy.

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,
    #fef2f2 0%,
    #fd79a8 25%,
    #fdcb6e 50%,
    #e17055 75%,
    #d63031 100%
  );
Tailwind v4
/* app.css — Tailwind v4 */
@theme {
  --color-gradient-1: #fef2f2;
  --color-gradient-2: #fd79a8;
  --color-gradient-3: #fdcb6e;
  --color-gradient-4: #e17055;
  --color-gradient-5: #d63031;
}

/* Usage: bg-gradient-1, text-gradient-2, etc. */
CSS Variables
--color-1: #fef2f2;
--color-2: #fd79a8;
--color-3: #fdcb6e;
--color-4: #e17055;
--color-5: #d63031;
Hex values
#fef2f2, #fd79a8, #fdcb6e, #e17055, #d63031

Building something? Get this palette via the REST API.

History

Similar palettes

Sorbet Afternoon
Honeycomb Afternoon
Pastel Lagoon
Linen Bakery Morning
Biscuit Porcelain Hour
Flamingo Hour
Ember & Cream
Abyssal Hearth
Cotton Candy Dawn