←Back to PalettesAll Palettes
Whimsical Hues of Enchanted Dreams Color Palette
Dive into a delightful realm where lavender whispers meet cotton candy pinks, painting a landscape of sweet reverie. This enchanting blend invites you to embrace your imagination, letting every shade play like a gentle breeze through a magical garden of pastel wonders.
0%
0%
0%
Color names in this palette
CSS code for this palette
/* CSS */
.prickly-purple {
color: #a269bf;
}
.lilac-purple {
color: #9e7bc1;
}
.pale-purple {
color: #bd8dd3;
}
.bordeaux-hint {
color: #f2b5e1;
}
.strawberry-soap {
color: #f68893;
}
/* CSS Variables */
:root {
--prickly-purple:#a269bf;
--lilac-purple:#9e7bc1;
--pale-purple:#bd8dd3;
--bordeaux-hint:#f2b5e1;
--strawberry-soap:#f68893;
}