Cotton Candy Dawn
Soft afternoon light filtering through pastel silk, warm and diffused without harsh edges or intensity.
Psychology
The palette relies on warm pink and yellow hues that naturally advance toward the viewer, creating approachability and friendliness without aggression. Low saturation and high lightness across all five colors produce visual calm, as muted tones signal reduced stimulation compared to vivid primaries. The analogous harmony between pinks and the yellow-pink bridge prevents monotony while maintaining coherence, allowing viewers to rest their eyes rather than experience jarring contrast.
Usage
Ideal for artisanal cosmetics packaging, children's book illustration, and lifestyle fashion branding where softness and approachability matter more than visual drama. Projects requiring low-contrast palettes benefit from this combination's ability to feel unified and gentle across large surface areas, such as stationery systems or wellness app interfaces. The warm, light profile works particularly well in spring campaign visuals and pastel textile design where luminosity and warmth signal renewal without harshness.
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,
#fff7ed 0%,
#fa709a 25%,
#fee140 50%,
#ff9a9e 75%,
#ffd1ff 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #fff7ed;
--color-gradient-2: #fa709a;
--color-gradient-3: #fee140;
--color-gradient-4: #ff9a9e;
--color-gradient-5: #ffd1ff;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #fff7ed; --color-2: #fa709a; --color-3: #fee140; --color-4: #ff9a9e; --color-5: #ffd1ff;
Hex values
#fff7ed, #fa709a, #fee140, #ff9a9e, #ffd1ff
Building something? Get this palette via the REST API.
History
Similar palettes
Sorbet Afternoon
Mauve Sorbet Glow
Linen Morning
Silk Sleep Reverie
Peach Hour
Chalk Garden Bloom
Silk Hour Reverie
Terracotta Sunrise
Honeycomb Afternoon