Periwinkle Reverie

Soft, diffused light filtering through cool fabric, where blue meets pink in hushed, gentle layers.

Colors

~Double Denim#8CBDDE
~Sky High#A7C6F7
~Azureno#94A2D8
~Beefy Pink#DFBDF1
~Pastel Lavender#DC9DC7

Psychology

The palette's triadic harmony of three cool blues with warm pink and purple creates visual balance without tension, while very low contrast across all five hues signals tranquility and reduced visual demand. Cool blue tones naturally recede and soothe, anchored by the warmer magentas that prevent the composition from feeling cold or detached, together producing a serene, approachable emotional response.

Usage

Ideal for luxury skincare and cosmetics packaging, where soft, refined color suggests premium textures without aggression. Works across high-end fashion editorials and lookbooks where gentle palettes convey sophistication and ease. Also effective for wellness app interfaces and meditation-focused digital products, where low contrast and cool dominance reduce cognitive load.

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,
    #8cbdde 0%,
    #a7c6f7 25%,
    #94a2d8 50%,
    #dfbdf1 75%,
    #dc9dc7 100%
  );
Tailwind v4
/* app.css — Tailwind v4 */
@theme {
  --color-gradient-1: #8cbdde;
  --color-gradient-2: #a7c6f7;
  --color-gradient-3: #94a2d8;
  --color-gradient-4: #dfbdf1;
  --color-gradient-5: #dc9dc7;
}

/* Usage: bg-gradient-1, text-gradient-2, etc. */
CSS Variables
--color-1: #8cbdde;
--color-2: #a7c6f7;
--color-3: #94a2d8;
--color-4: #dfbdf1;
--color-5: #dc9dc7;
Hex values
#8cbdde, #a7c6f7, #94a2d8, #dfbdf1, #dc9dc7

Building something? Get this palette via the REST API.

History

Similar palettes

Silk Hour Reverie
Twilight Alchemy
Neon Bloom Dusk
Lavender Milk Hour
Amethyst Linen Dawn
Cotton Candy Dawn
Milk Glass Morning
Jade Hour Glow
Silk & Strawberry
Periwinkle Reverie — Color Palette | InstantGradient