Custard Cloud Whisper

Warm, creamy light filtering through sheer fabric, soft as brushed cotton against skin.

Colors

~Pineapple Sorbet#F5F3DA
~Powder Puff#FFF0F2
~Peach Scone#FFBEB8

Tags

Psychology

The warm yellow and peachy undertones advance gently toward the viewer while the low contrast and high lightness create a sense of weightlessness and safety. This combination of warm hues with muted saturation triggers psychological comfort without overstimulation, mimicking the soothing effect of soft, diffused morning light on familiar textures.

Usage

Ideal for artisanal bakery packaging, high-end wellness brand identity, and bedroom or nursery interior schemes where softness and approachability are core values. The palette's minimal contrast and warm temperature work particularly well for projects requiring gentle, non-aggressive visual communication, such as heritage textile lines, botanical skincare labels, and intimate hospitality branding.

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,
    #f5f3da 0%,
    #fff0f2 50%,
    #ffbeb8 100%
  );
Tailwind v4
/* app.css — Tailwind v4 */
@theme {
  --color-gradient-1: #f5f3da;
  --color-gradient-2: #fff0f2;
  --color-gradient-3: #ffbeb8;
}

/* Usage: bg-gradient-1, text-gradient-2, etc. */
CSS Variables
--color-1: #f5f3da;
--color-2: #fff0f2;
--color-3: #ffbeb8;
Hex values
#f5f3da, #fff0f2, #ffbeb8

Building something? Get this palette via the REST API.

History

Similar palettes

Terracotta Linen Rest
Linen Bakery Morning
Biscuit Porcelain Hour
Warm Linen Bakery
Wheat & Clover Dawn
Linen Neutral Afternoon
Pastel Lagoon
Peach Hour
Honeycomb Afternoon
Custard Cloud Whisper — Color Palette | InstantGradient