Pastel Aurora Drift

A luminous, weightless palette that hovers between dawn and dream, soft as candlelight through frosted glass.

Colors

~Glitter Shower#94FFFD
~White#FFFFFF
~Periwinkle#9B80FF
~Strawberry Buttercream#FFB3F9
~Winter Duvet#FDFFE0

Tags

Psychology

The triadic balance of cyan, purple, and yellow creates visual equilibrium without tension, while the very light saturation across all five colors keeps the mood serene rather than stimulating. Cool teals and purples are tempered by warm cream and buttermilk tones, producing a gentle visual rhythm that feels harmonious instead of jarring. This combination leans on the psychological principle that desaturated, high-value palettes reduce cognitive load and evoke feelings of safety and refinement.

Usage

This palette excels in luxury cosmetics packaging, artisanal confectionery branding, and lifestyle editorial spreads where softness and approachability matter equally. Projects requiring moderate contrast with a delicate, sophisticated edge, such as spa and wellness identities or children's book illustration, benefit from its balanced temperature and airy lightness. The predominance of cool and neutral tones makes it particularly effective for minimal tech interfaces and high-end stationery design where elegance must feel effortless.

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,
    #94fffd 0%,
    #ffffff 25%,
    #9b80ff 50%,
    #ffb3f9 75%,
    #fdffe0 100%
  );
Tailwind v4
/* app.css — Tailwind v4 */
@theme {
  --color-gradient-1: #94fffd;
  --color-gradient-2: #ffffff;
  --color-gradient-3: #9b80ff;
  --color-gradient-4: #ffb3f9;
  --color-gradient-5: #fdffe0;
}

/* Usage: bg-gradient-1, text-gradient-2, etc. */
CSS Variables
--color-1: #94fffd;
--color-2: #ffffff;
--color-3: #9b80ff;
--color-4: #ffb3f9;
--color-5: #fdffe0;
Hex values
#94fffd, #ffffff, #9b80ff, #ffb3f9, #fdffe0

Building something? Get this palette via the REST API.

History

Similar palettes

Pastel Lagoon
Peach Hour
Cotton Candy Dawn
Jade Hour Glow
Frosted Lavender Drift
Periwinkle Linen Study
Teal Linen Afternoon
Neon Bloom Dusk
Midnight Brass