Porcelain Pool Dawn

Soft light filtered through frosted glass, where cool blues and neutral tones drift like watercolor on damp linen.

Colors

~White#FFFFFF
~Breaking the Ice#BDE4FF
~Queer Blue#89A5E1
~Scented Spring#E3D8FB

Psychology

The palette's low contrast between very light blues and whites creates a soothing, non-confrontational visual environment that reduces cognitive load. The cool blue family paired with neutral whites and lavender engages the parasympathetic nervous system, signaling safety and rest through muted saturation levels. Together, these receding cool tones form a harmonious backdrop that feels contemplative without inducing melancholy.

Usage

This palette excels in luxury skincare branding, minimalist editorial layouts, and spa or wellness websites where restraint and softness convey quality. Stationery sets, linen product packaging, and interior design mood boards benefit from the low-contrast, cohesive aesthetic that feels refined rather than clinical. The cool, light character suits digital product interfaces and fashion e-commerce sites targeting audiences who value understated elegance and breathing room.

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,
    #ffffff 0%,
    #bde4ff 33%,
    #89a5e1 67%,
    #e3d8fb 100%
  );
Tailwind v4
/* app.css — Tailwind v4 */
@theme {
  --color-gradient-1: #ffffff;
  --color-gradient-2: #bde4ff;
  --color-gradient-3: #89a5e1;
  --color-gradient-4: #e3d8fb;
}

/* Usage: bg-gradient-1, text-gradient-2, etc. */
CSS Variables
--color-1: #ffffff;
--color-2: #bde4ff;
--color-3: #89a5e1;
--color-4: #e3d8fb;
Hex values
#ffffff, #bde4ff, #89a5e1, #e3d8fb

Building something? Get this palette via the REST API.

History

Similar palettes

Porcelain Drift
Frosted Lavender Drift
Lavender Milk Hour
Milk Glass Morning
Periwinkle Linen Study
Periwinkle Linen Passage
Blush Shipyard
Silk Hour Reverie
Pastel Lagoon Study