Color names in this palette
CSS code for this palette
/* CSS */
.mary-s-rose {
color: #f4d2d3;
}
.chantilly {
color: #eab8c8;
}
.love-at-first-sight {
color: #e9a5b1;
}
.strawberry-ice {
color: #e68994;
}
.peppermint-swirl {
color: #d65c7c;
}
/* CSS Variables */
:root {
--mary-s-rose:#f4d2d3;
--chantilly:#eab8c8;
--love-at-first-sight:#e9a5b1;
--strawberry-ice:#e68994;
--peppermint-swirl:#d65c7c;
}