CSS code for this palette
/* CSS */
.beauty-queen {
color: #c45a8d;
}
.rogue-pink {
color: #f6a2c4;
}
.pink-frosting {
color: #f9d7e0;
}
.calla {
color: #f2e0b5;
}
.saffron {
color: #f5c72e;
}
/* CSS Variables */
:root {
--beauty-queen:#c45a8d;
--rogue-pink:#f6a2c4;
--pink-frosting:#f9d7e0;
--calla:#f2e0b5;
--saffron:#f5c72e;
}