Petal Silk Dawn

Soft, luminous tones that drift like morning fog through pastel rooms, whispering comfort through muted purples and cool, delicate blues.

Colors

~Kissed by Mist#FFD1FB
~Heaven Gates#B8EDFF
~Scented Spring#F1D6FF
~Icy Plains#DEDBFF
~Strawberry Blonde#FFDBDB

Psychology

The triadic balance of purple, blue, and pink creates gentle visual movement without jarring contrast, while the very high lightness and low saturation of each hue evoke a restful, non-threatening environment. Cool and warm tones sit at equal visual weight, producing neither tension nor drowsiness, but rather a meditative neutrality. This combination leverages the calming association of muted chromas, which the human eye processes as low-demand, allowing extended viewing without fatigue.

Usage

Ideal for luxury skincare and cosmetics packaging, high-end spa branding, and soft textile design where subtlety and refinement signal quality over boldness. Interior design applications including bedroom and meditation spaces benefit from the palette's low contrast and cool-neutral temperature, which support relaxation without visual competition. The soft, layered aesthetic also works for editorial layouts and minimalist web interfaces targeting wellness, beauty, and lifestyle audiences.

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,
    #ffd1fb 0%,
    #b8edff 25%,
    #f1d6ff 50%,
    #dedbff 75%,
    #ffdbdb 100%
  );
Tailwind v4
/* app.css — Tailwind v4 */
@theme {
  --color-gradient-1: #ffd1fb;
  --color-gradient-2: #b8edff;
  --color-gradient-3: #f1d6ff;
  --color-gradient-4: #dedbff;
  --color-gradient-5: #ffdbdb;
}

/* Usage: bg-gradient-1, text-gradient-2, etc. */
CSS Variables
--color-1: #ffd1fb;
--color-2: #b8edff;
--color-3: #f1d6ff;
--color-4: #dedbff;
--color-5: #ffdbdb;
Hex values
#ffd1fb, #b8edff, #f1d6ff, #dedbff, #ffdbdb

Building something? Get this palette via the REST API.

History

Similar palettes

Silk Hour Reverie
Neon Bloom Dusk
Twilight Alchemy
Lavender Milk Hour
Amethyst Linen Dawn
Silk & Strawberry
Milk Glass Morning
Lilac Petal Afternoon
Periwinkle Linen Study