CSS code for this palette
/* CSS */
.magenta-red {
color: #8c3b7b;
}
.lilac-fluff {
color: #c8a2c3;
}
.hopeful {
color: #f2d4e1;
}
.anise-flower {
color: #f5e3b7;
}
.pyrite {
color: #f5c242;
}
/* CSS Variables */
:root {
--magenta-red:#8c3b7b;
--lilac-fluff:#c8a2c3;
--hopeful:#f2d4e1;
--anise-flower:#f5e3b7;
--pyrite:#f5c242;
}