Periwinkle Linen Study
Cool, muted depths that evoke calm water and soft linen, balancing bright sky tones with grounded shadow.
Psychology
The palette's progression from very light, desaturated blues to a deeper neutral purple creates visual restraint without monotony. Cool hues throughout promote relaxation and focus, while the analogous harmony keeps the eye moving smoothly without jarring contrast. The muted saturation levels signal psychological calm, a property well-established in color theory where low chroma reduces visual stimulation and supports contemplative moods.
Usage
Effective for minimalist web interfaces, luxury skincare branding, and high-end interior design schemes where restraint and sophistication matter. The moderate contrast suits projects requiring legibility without aggression, making it ideal for editorial layouts, corporate identity systems, and wellness app design. The cool temperature and balanced lightness work particularly well in applications targeting professional, serene, or refined brand personalities.
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,
#cae5ff 0%,
#acedff 25%,
#89bbfe 50%,
#6f8ab7 75%,
#615d6c 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #cae5ff;
--color-gradient-2: #acedff;
--color-gradient-3: #89bbfe;
--color-gradient-4: #6f8ab7;
--color-gradient-5: #615d6c;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #cae5ff; --color-2: #acedff; --color-3: #89bbfe; --color-4: #6f8ab7; --color-5: #615d6c;
Hex values
#cae5ff, #acedff, #89bbfe, #6f8ab7, #615d6c
Building something? Get this palette via the REST API.
History
Similar palettes
Neon Bloom Dusk
Jade Hour Glow
Frosted Lavender Drift
Porcelain Drift
Slate Pool Breath
Shallow Waters
Mineral Spring Dawn
Silk Hour Reverie
Frosted Meadow