Frosted Linen Drift

Soft, hushed tones that feel like morning light filtered through delicate fabric, cool and weightless.

Colors

~Icy Plains#CCDEFF
~Innocent Snowdrop#D8CDF9
~Toasted Marshmallow Fluff#FFFAED

Psychology

The analogous harmony between the cool blue and neutral purple creates visual cohesion without tension, while the off-white anchor grounds the palette in calm restraint. Low chroma across all three colors signals gentleness and restraint, allowing viewers to feel soothed rather than stimulated. The cool temperature of the dominant blue and purple family produces a receding, introspective mood ideal for contexts demanding trust and serenity.

Usage

Ideal for luxury skincare branding, high-end stationery design, and textile or linen product packaging where softness and refinement are core values. Projects benefiting from very low contrast and cool undertones include editorial typography, wellness app interfaces, and minimalist home goods catalogs that prioritize legibility with gentle visual hierarchy. The palette's ethereal quality makes it particularly effective for spring fashion lookbooks and lifestyle photography backgrounds that need to recede and emphasize subject matter.

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

/* Usage: bg-gradient-1, text-gradient-2, etc. */
CSS Variables
--color-1: #ccdeff;
--color-2: #d8cdf9;
--color-3: #fffaed;
Hex values
#ccdeff, #d8cdf9, #fffaed

Building something? Get this palette via the REST API.

History

Similar palettes

Periwinkle Linen Passage
Porcelain Drift
Silk Hour Reverie
Jade Hour Glow
Dusk Linen Study
Frosted Lavender Drift
Blush Shipyard
Lavender Milk Hour
Milk Glass Morning
Frosted Linen Drift — Color Palette | InstantGradient