Sorbet Afternoon
Sunlit fabric softly glowing, with cool accents cutting through like morning air through linen curtains.
Psychology
The triadic structure balances warm yellows and pinks against a single cool blue, creating visual equilibrium without tension. Yellow and pink advance toward the viewer while blue recedes, building spatial depth that feels inviting rather than jarring. The high lightness across all five colors and moderate saturation levels signal softness and approachability, reducing visual aggression while maintaining enough chroma to feel intentional and alive.
Usage
Suits artisanal cosmetics packaging, children's book illustration, and wellness app interfaces where approachability matters more than bold contrast. The light, balanced palette works especially well for stationery design and fashion lookbooks targeting spring and summer seasons. Projects requiring a mix of warm comfort and cool clarity, such as lifestyle blogs and small-batch food branding, benefit from its moderate contrast and mixed temperature profile.
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,
#fefce8 0%,
#4facfe 25%,
#f5576c 50%,
#fcb69f 75%,
#ffd1ff 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #fefce8;
--color-gradient-2: #4facfe;
--color-gradient-3: #f5576c;
--color-gradient-4: #fcb69f;
--color-gradient-5: #ffd1ff;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #fefce8; --color-2: #4facfe; --color-3: #f5576c; --color-4: #fcb69f; --color-5: #ffd1ff;
Hex values
#fefce8, #4facfe, #f5576c, #fcb69f, #ffd1ff
Building something? Get this palette via the REST API.
History
Similar palettes
Honeycomb Afternoon
Silk Hour Reverie
Cotton Candy Dawn
Pastel Lagoon
Peach Hour
Linen Morning
Buttercream Lagoon
Neon Bloom Dusk
Terracotta Sunrise