Color names in this palette
CSS code for this palette
/* CSS */
.lavender-soap {
color: #f1c0e1;
}
.rogue-pink {
color: #f6a2bf;
}
.xoxo {
color: #f27d94;
}
.peppermint-swirl {
color: #d65c7a;
}
.glazed-raspberry {
color: #a84d65;
}
/* CSS Variables */
:root {
--lavender-soap:#f1c0e1;
--rogue-pink:#f6a2bf;
--xoxo:#f27d94;
--peppermint-swirl:#d65c7a;
--glazed-raspberry:#a84d65;
}