Color names in this palette
CSS code for this palette
/* CSS */
.peach-beauty {
color: #e9c3aa;
}
.flaming-cauldron {
color: #f6a674;
}
.hot-orange {
color: #f68d3c;
}
.sun-orange {
color: #f47b1f;
}
.glazed-carrot {
color: #e86a2c;
}
/* CSS Variables */
:root {
--peach-beauty:#e9c3aa;
--flaming-cauldron:#f6a674;
--hot-orange:#f68d3c;
--sun-orange:#f47b1f;
--glazed-carrot:#e86a2c;
}