Peach Hour

Soft peachy warmth with whispered purple accents, like morning light diffused through cream linen curtains.

Colors

~Gardenia#FFF8F1
~Mango Cheesecake#FFECD2
~Bonfire#FCB69F
~Fiesta#FAD0C4
~Monet Magic#F093FB

Tags

Psychology

The dominant warm reds and peachy tones activate a sense of comfort and approachability, while the low saturation across all colors prevents visual fatigue or aggression. The triadic balance with muted purple adds subtle complexity without disrupting the overall calm, creating an effect where warm and cool tones coexist gently rather than compete. This combination leverages the principle that desaturated hues signal refinement and restraint, making the palette feel intimate and considered rather than loud.

Usage

Ideal for luxury skincare and cosmetics packaging, artisanal food branding, and high-end interior design materials where soft warmth conveys gentleness without sacrifice of sophistication. The low contrast and light profile suit editorial design, fashion lookbooks, and photography backdrops that prioritize mood over stark visual hierarchy. Best applied in projects targeting audiences who value understated elegance and natural aesthetics.

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,
    #fff8f1 0%,
    #ffecd2 25%,
    #fcb69f 50%,
    #fad0c4 75%,
    #f093fb 100%
  );
Tailwind v4
/* app.css — Tailwind v4 */
@theme {
  --color-gradient-1: #fff8f1;
  --color-gradient-2: #ffecd2;
  --color-gradient-3: #fcb69f;
  --color-gradient-4: #fad0c4;
  --color-gradient-5: #f093fb;
}

/* Usage: bg-gradient-1, text-gradient-2, etc. */
CSS Variables
--color-1: #fff8f1;
--color-2: #ffecd2;
--color-3: #fcb69f;
--color-4: #fad0c4;
--color-5: #f093fb;
Hex values
#fff8f1, #ffecd2, #fcb69f, #fad0c4, #f093fb

Building something? Get this palette via the REST API.

History

Similar palettes

Sorbet Afternoon
Cotton Candy Dawn
Pastel Lagoon
Linen Morning
Honeycomb Afternoon
Wheat Field Glow
Porcelain Twilight
Buttercream Lagoon
Linen Bakery Morning