Color names in this palette
CSS code for this palette
/* CSS */
.emperor-jewel {
color: #6d5b8f;
}
.english-lavender {
color: #9a7bb2;
}
.lilac-lace {
color: #c39fd1;
}
.flattering-peach {
color: #f3d3b4;
}
.snow-white-blush {
color: #f9aeae;
}
/* CSS Variables */
:root {
--emperor-jewel:#6d5b8f;
--english-lavender:#9a7bb2;
--lilac-lace:#c39fd1;
--flattering-peach:#f3d3b4;
--snow-white-blush:#f9aeae;
}