Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f7c5d5;
}
.fresh-on-the-market {
color: #f9a4b8;
}
.geranium-pink {
color: #f68e9c;
}
.strawberry-pink {
color: #f06a7f;
}
.peppermint-swirl {
color: #d95e7b;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f7c5d5;
--fresh-on-the-market:#f9a4b8;
--geranium-pink:#f68e9c;
--strawberry-pink:#f06a7f;
--peppermint-swirl:#d95e7b;
}