Color names in this palette
CSS code for this palette
/* CSS */
.love-spell {
color: #f9b4c0;
}
.rogue-pink {
color: #f5a3c0;
}
.illusion {
color: #f099b0;
}
.pink-carnation {
color: #eb7aa2;
}
.paris-pink {
color: #d86994;
}
/* CSS Variables */
:root {
--love-spell:#f9b4c0;
--rogue-pink:#f5a3c0;
--illusion:#f099b0;
--pink-carnation:#eb7aa2;
--paris-pink:#d86994;
}