Color names in this palette
CSS code for this palette
/* CSS */
.jazz-age-coral {
color: #f2c2b1;
}
.fresh-on-the-market {
color: #f6a7bb;
}
.french-pink {
color: #f86d99;
}
.peppermint-swirl {
color: #d05d7f;
}
.china-rose {
color: #a44c6e;
}
/* CSS Variables */
:root {
--jazz-age-coral:#f2c2b1;
--fresh-on-the-market:#f6a7bb;
--french-pink:#f86d99;
--peppermint-swirl:#d05d7f;
--china-rose:#a44c6e;
}