Color names in this palette
CSS code for this palette
/* CSS */
.fahrenheit {
color: #f9d2b9;
}
.discreet-orange {
color: #fbad98;
}
.cherrystone {
color: #f69a8e;
}
.meat {
color: #ed7d7f;
}
.peppermint-swirl {
color: #d25b7b;
}
/* CSS Variables */
:root {
--fahrenheit:#f9d2b9;
--discreet-orange:#fbad98;
--cherrystone:#f69a8e;
--meat:#ed7d7f;
--peppermint-swirl:#d25b7b;
}