Periwinkle Linen Morning
Cool, luminous, and softly layered, like morning light filtering through gauze and still water.
Psychology
The palette leverages cool blue hues across a narrow range, creating visual harmony that feels restful rather than stimulating. The very light tints and high luminosity of three of the four colors signal openness and clarity, while the single mid-tone anchor (Pool Water) provides just enough depth to ground the composition without introducing tension. Low chromatic intensity paired with cool temperature naturally recedes from the viewer, inviting contemplation rather than immediate action.
Usage
Ideal for SaaS interfaces, minimalist wellness branding, and editorial layouts that prioritize legibility and calm. Projects requiring soft sophistication without warmth, such as meditation app design, luxury skincare websites, and corporate tech presentations, benefit from the palette's ability to convey trust and clarity simultaneously.
The moderate contrast works especially well for backgrounds with layered text or photography overlays where legibility must be maintained without visual aggression.
The moderate contrast works especially well for backgrounds with layered text or photography overlays where legibility must be maintained without visual aggression.
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,
#a5b4fc 0%,
#f8fafc 33%,
#bfdbfe 67%,
#3b82f6 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #a5b4fc;
--color-gradient-2: #f8fafc;
--color-gradient-3: #bfdbfe;
--color-gradient-4: #3b82f6;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #a5b4fc; --color-2: #f8fafc; --color-3: #bfdbfe; --color-4: #3b82f6;
Hex values
#a5b4fc, #f8fafc, #bfdbfe, #3b82f6
Building something? Get this palette via the REST API.
History
Similar palettes
Mineral Spring Dawn
Frosted Lavender Drift
Jade Hour Glow
Slate Pool Breath
Shallow Waters
Deep Water Study
Slate & Honey Hour
Periwinkle Linen Study
Glacier Breath Morning