Periwinkle Linen Passage

The soft weight of cool light filtering through frosted glass, settling into quiet, breathing spaces.

Colors

~Serene Sea#A0D7F8
~Dark Ages#ABB4F1
~Ultrapurple Merge#DAD3FA

Tags

Psychology

The analogous progression from blue through purple creates a gentle visual flow that avoids visual tension, while the very light saturation levels activate the principle that low chroma induces tranquility and introspection.
Cool hues naturally recede and soothe the nervous system, establishing a palette that reads as meditative rather than stimulating, ideal for contexts where calm focus is essential.

Usage

Best suited for meditation app interfaces, spa and wellness branding, and luxury bedding packaging where low contrast and cool softness reinforce comfort and serenity.
Projects requiring sustained attention or a professional, understated aesthetic benefit from this palette's ability to reduce visual competition while maintaining sophisticated tonal depth.

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

/* Usage: bg-gradient-1, text-gradient-2, etc. */
CSS Variables
--color-1: #a0d7f8;
--color-2: #abb4f1;
--color-3: #dad3fa;
Hex values
#a0d7f8, #abb4f1, #dad3fa

Building something? Get this palette via the REST API.

History

Similar palettes

Porcelain Drift
Frosted Lavender Drift
Periwinkle Linen Study
Lavender Milk Hour
Milk Glass Morning
Blush Shipyard
Silk Hour Reverie
Jade Hour Glow
Dusk Linen Study