CSS code for this palette
/* CSS */
.love-spell {
color: #f6b6c2;
}
.rogue-pink {
color: #f5a3c0;
}
.posy-petal {
color: #f6889d;
}
.cupid {
color: #f5b2c5;
}
.violet-kiss {
color: #f4a4d3;
}
/* CSS Variables */
:root {
--love-spell:#f6b6c2;
--rogue-pink:#f5a3c0;
--posy-petal:#f6889d;
--cupid:#f5b2c5;
--violet-kiss:#f4a4d3;
}