Color names in this palette
CSS code for this palette
/* CSS */
.lilac-chiffon {
color: #e09fc7;
}
.manga-pink {
color: #f5b2d8;
}
.allspice {
color: #f7cbab;
}
.lemon-filling {
color: #f8e5a5;
}
.golden-blonde {
color: #f1e07e;
}
/* CSS Variables */
:root {
--lilac-chiffon:#e09fc7;
--manga-pink:#f5b2d8;
--allspice:#f7cbab;
--lemon-filling:#f8e5a5;
--golden-blonde:#f1e07e;
}