Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.raging-leaf {
color: #e05a00;
}
.dark-orange {
color: #c74c00;
}
.pepperoni {
color: #a83e00;
}
.chestnut {
color: #7a2b00;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--raging-leaf:#e05a00;
--dark-orange:#c74c00;
--pepperoni:#a83e00;
--chestnut:#7a2b00;
}