Color names in this palette
CSS code for this palette
/* CSS */
.pleasing-pink {
color: #f6cbd3;
}
.fresh-on-the-market {
color: #f8a5ba;
}
.rosy-pink {
color: #f7698a;
}
.peppermint-swirl {
color: #d95e77;
}
.baton-rouge {
color: #9f3c6c;
}
/* CSS Variables */
:root {
--pleasing-pink:#f6cbd3;
--fresh-on-the-market:#f8a5ba;
--rosy-pink:#f7698a;
--peppermint-swirl:#d95e77;
--baton-rouge:#9f3c6c;
}