Color names in this palette
CSS code for this palette
/* CSS */
.cosmetic-peach {
color: #f8c0aa;
}
.pallid-orange {
color: #f9b79f;
}
.hot-calypso {
color: #f68e7e;
}
.hot-calypso {
color: #f78e7e;
}
.fire-chalk {
color: #d0846d;
}
/* CSS Variables */
:root {
--cosmetic-peach:#f8c0aa;
--pallid-orange:#f9b79f;
--hot-calypso:#f68e7e;
--hot-calypso:#f78e7e;
--fire-chalk:#d0846d;
}