Frosted Confetto

Soft, cool-leaning pastels that feel like frost touching delicate fabrics in diffused morning light.

Colors

~Night Snow#A7C7F7
~Icy Plains#D5D2FA
~Bubblegum Crisis#EFD2FB
~Velvet Horizon#D2A4D0
~Think Pink#E0A2C0

Psychology

The palette's low contrast and light saturation create a soothing, restful quality that signals gentleness and sophistication rather than urgency. Blue-to-purple-to-pink progression mimics natural color temperature shifts found in dawn light, evoking psychological comfort through harmonious transitions. The muted chroma across all five colors prevents visual fatigue, making this palette particularly effective for extended viewing or contemplative spaces.

Usage

Ideal for luxury skincare branding, high-end stationery design, and editorial fashion spreads where understatement and refinement matter more than visual impact. Projects requiring soft, non-aggressive color schemes benefit from this palette's naturally calming properties and its ability to convey premium positioning through restraint. Works exceptionally well in lifestyle product photography, wellness app interfaces, and minimalist home decor catalogs.

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,
    #a7c7f7 0%,
    #d5d2fa 25%,
    #efd2fb 50%,
    #d2a4d0 75%,
    #e0a2c0 100%
  );
Tailwind v4
/* app.css — Tailwind v4 */
@theme {
  --color-gradient-1: #a7c7f7;
  --color-gradient-2: #d5d2fa;
  --color-gradient-3: #efd2fb;
  --color-gradient-4: #d2a4d0;
  --color-gradient-5: #e0a2c0;
}

/* Usage: bg-gradient-1, text-gradient-2, etc. */
CSS Variables
--color-1: #a7c7f7;
--color-2: #d5d2fa;
--color-3: #efd2fb;
--color-4: #d2a4d0;
--color-5: #e0a2c0;
Hex values
#a7c7f7, #d5d2fa, #efd2fb, #d2a4d0, #e0a2c0

Building something? Get this palette via the REST API.

History

Similar palettes

Silk Hour Reverie
Twilight Alchemy
Neon Bloom Dusk
Amethyst Linen Dawn
Lavender Milk Hour
Lilac Petal Afternoon
Coral Tide Study
Wisteria Descent
Abyssal Hearth
Frosted Confetto — Color Palette | InstantGradient