CSS code for this palette
/* CSS */
.pink-lace {
color: #f6cbd8;
}
.pink-fit {
color: #f7a6b3;
}
.sugar-rush {
color: #d85a9b;
}
.vibrant-red {
color: #c34b6d;
}
.anemone {
color: #882b47;
}
/* CSS Variables */
:root {
--pink-lace:#f6cbd8;
--pink-fit:#f7a6b3;
--sugar-rush:#d85a9b;
--vibrant-red:#c34b6d;
--anemone:#882b47;
}