Color names in this palette
CSS code for this palette
/* CSS */
.lilac-chiffon {
color: #df9fc2;
}
.love-spell {
color: #f5b7c5;
}
.white-strawberry {
color: #fce3b6;
}
.marigold-dust {
color: #f4cf3e;
}
.dodgeroll-gold {
color: #f39c12;
}
/* CSS Variables */
:root {
--lilac-chiffon:#df9fc2;
--love-spell:#f5b7c5;
--white-strawberry:#fce3b6;
--marigold-dust:#f4cf3e;
--dodgeroll-gold:#f39c12;
}