Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f7c5d5;
}
.pink-fit {
color: #f1a7b1;
}
.strawberry-soap {
color: #f48a98;
}
.deep-blush {
color: #e26a8c;
}
.peppermint-swirl {
color: #d15780;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f7c5d5;
--pink-fit:#f1a7b1;
--strawberry-soap:#f48a98;
--deep-blush:#e26a8c;
--peppermint-swirl:#d15780;
}