Frosted Periwinkle Morning

Soft, luminous tones that feel like early light filtering through frosted glass, cool and gently muted.

Colors

~Neon Boneyard#E0CCFF
~Night Snow#B3CCFF
~Cloudless#DBEAFF
~Icy Plains#D1D3FF
~Arabica Mint#BDFFEE

Psychology

The triadic balance of purple, blue, and teal creates visual stability while remaining distinctly cool in temperature, evoking quiet contemplation rather than stimulation. Low chroma across all five colors produces a calming, meditative effect, as muted tones signal safety and reduce cognitive demand. The very light value range ensures gentle visual rest, allowing extended viewing without fatigue while the cool families retreat slightly into the background, creating spatial depth.

Usage

Ideal for wellness app interfaces, luxury skincare packaging, and editorial design requiring restraint and sophistication. Projects demanding serenity without drama benefit from the palette's low contrast and cool dominance, particularly in minimal branding systems and spa or meditation product design. The light, airy profile suits spring seasonal campaigns and digital contexts where readability and calm focus matter equally.

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,
    #e0ccff 0%,
    #b3ccff 25%,
    #dbeaff 50%,
    #d1d3ff 75%,
    #bdffee 100%
  );
Tailwind v4
/* app.css — Tailwind v4 */
@theme {
  --color-gradient-1: #e0ccff;
  --color-gradient-2: #b3ccff;
  --color-gradient-3: #dbeaff;
  --color-gradient-4: #d1d3ff;
  --color-gradient-5: #bdffee;
}

/* Usage: bg-gradient-1, text-gradient-2, etc. */
CSS Variables
--color-1: #e0ccff;
--color-2: #b3ccff;
--color-3: #dbeaff;
--color-4: #d1d3ff;
--color-5: #bdffee;
Hex values
#e0ccff, #b3ccff, #dbeaff, #d1d3ff, #bdffee

Building something? Get this palette via the REST API.

History

Similar palettes

Frosted Lavender Drift
Periwinkle Linen Study
Jade Hour Glow
Neon Bloom Dusk
Neon Descent Study
Porcelain Drift
Mineral Spring Dawn
Wisteria Descent
Lavender Milk Hour