Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.prism-pink {
color: #f1a2c5;
}
.xoxo {
color: #f27d91;
}
.flirty-rose {
color: #d65c8d;
}
.cosmetic-red {
color: #a45b79;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--prism-pink:#f1a2c5;
--xoxo:#f27d91;
--flirty-rose:#d65c8d;
--cosmetic-red:#a45b79;
}