Marshmallow Cloud Noon

Soft, luminous tones that feel like stepping into pale morning light filtered through sheer fabric and delicate pastry.

Colors

~Glitter Shower#94FFFD
~Breaking the Ice#BDE9FF
~Diva#B39EFF
~Strawberry Buttercream#FFB3F9
~Winter Duvet#FDFFE0

Tags

Psychology

The triadic purple-to-teal-to-yellow arrangement creates visual balance while maintaining low chroma throughout, signaling tranquility rather than tension. Warm and cool tones sit equally distributed across the palette, preventing any single temperature from dominating, which produces a serene, non-directional emotional state. The extremely light values and muted saturation trigger associations with comfort and gentleness, while the subtle color variety prevents monotony and engages the viewer without overstimulation.

Usage

Ideal for luxury skincare and cosmetics packaging, pastry shop branding, and soft fashion collections where approachability and refinement must coexist. Projects requiring low-contrast interfaces or print collateral benefit from the palette's legibility at small sizes while maintaining sophisticated softness. Works particularly well for children's book illustration, wellness retreat marketing, and confectionery product lines targeting calm, premium positioning.

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

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

Building something? Get this palette via the REST API.

History

Similar palettes

Frosted Lavender Drift
Neon Bloom Dusk
Jade Hour Glow
Periwinkle Linen Study
Midnight Brass
Neon Descent Study
Silk Hour Reverie
Pastel Lagoon
Buttercream Lagoon