Petal Parlor Dusk
Soft light filtering through layered silk, gentle and weightless, with a whisper of warmth at the edges.
Psychology
The analogous purple family creates visual harmony and reduces tension, while the very light saturation signals gentleness and approachability rather than intensity. The subtle warm shift in the final pink introduces mild energy without disruption, leveraging the principle that warm accents advance slightly against cool bases, drawing focus without demanding it.
Usage
Ideal for luxury skincare branding, soft goods packaging, and high-end fashion editorials where restraint and sophistication matter. Projects requiring low-contrast, calming visual hierarchies benefit from this palette's refusal to compete, making it effective for wellness app interfaces, artisanal confectionery labels, and textile collection lookbooks.
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,
#b8a0e7 0%,
#e5bcf8 25%,
#d3acdf 50%,
#fbcff2 75%,
#f39dbe 100%
);Tailwind v4
/* app.css — Tailwind v4 */
@theme {
--color-gradient-1: #b8a0e7;
--color-gradient-2: #e5bcf8;
--color-gradient-3: #d3acdf;
--color-gradient-4: #fbcff2;
--color-gradient-5: #f39dbe;
}
/* Usage: bg-gradient-1, text-gradient-2, etc. */CSS Variables
--color-1: #b8a0e7; --color-2: #e5bcf8; --color-3: #d3acdf; --color-4: #fbcff2; --color-5: #f39dbe;
Hex values
#b8a0e7, #e5bcf8, #d3acdf, #fbcff2, #f39dbe
Building something? Get this palette via the REST API.
History
Similar palettes
Amethyst Linen Dawn
Lilac Petal Afternoon
Blush Shipyard
Silk Hour Reverie
Cotton Candy Dawn
Velvet Ember Dusk
Neon Bloom Dusk
Biscuit Porcelain Hour
Twilight Alchemy