Frosted Lavender Drift

Soft light filtering through cool glass, touching skin like silk dusted with frost.

Colors

~Candy Grape Fizz#BCB6FF
~Celestial Cathedral#B8E1FF
~Bone-Chilling#A9FFF7
~Polar#94FBAB

Tags

Psychology

The triadic spread of purple, blue, and green creates visual balance across complementary hue families, while the very low contrast and light value maintain a soothing, non-competitive visual environment. Cool hues naturally recede and promote tranquility, while the desaturated quality prevents overstimulation, making the palette psychologically restful despite its chromatic diversity.
The pale, almost milky appearance of each tone suggests refinement and gentleness, inviting viewers into a contemplative rather than active emotional state.

Usage

Ideal for sustainable beauty brands, wellness app interfaces, and minimalist fashion lookbooks where restraint and sophistication matter more than visual drama. Projects requiring gentle hierarchy and soft accessibility, such as meditation app design or linen home goods packaging, benefit from this palette's low contrast and cool temperament.
Fine art publications, luxury skincare labels, and spa branding leverage the ethereal quality to communicate purity, calm, and understated elegance.

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,
    #bcb6ff 0%,
    #b8e1ff 33%,
    #a9fff7 67%,
    #94fbab 100%
  );
Tailwind v4
/* app.css — Tailwind v4 */
@theme {
  --color-gradient-1: #bcb6ff;
  --color-gradient-2: #b8e1ff;
  --color-gradient-3: #a9fff7;
  --color-gradient-4: #94fbab;
}

/* Usage: bg-gradient-1, text-gradient-2, etc. */
CSS Variables
--color-1: #bcb6ff;
--color-2: #b8e1ff;
--color-3: #a9fff7;
--color-4: #94fbab;
Hex values
#bcb6ff, #b8e1ff, #a9fff7, #94fbab

Building something? Get this palette via the REST API.

History

Similar palettes

Jade Hour Glow
Lavender Milk Hour
Shallow Waters
Periwinkle Linen Study
Misty Lagoon Hour
Frosted Meadow
Neon Bloom Dusk
Porcelain Drift
Mineral Spring Dawn
Frosted Lavender Drift — Color Palette | InstantGradient