Color names in this palette
CSS code for this palette
/* CSS */
.pyrite {
color: #f7c940;
}
.mad-for-mango {
color: #faa200;
}
.university-of-tennessee-orange {
color: #f57e00;
}
.spanish-orange {
color: #e65c00;
}
.stop {
color: #c53a30;
}
/* CSS Variables */
:root {
--pyrite:#f7c940;
--mad-for-mango:#faa200;
--university-of-tennessee-orange:#f57e00;
--spanish-orange:#e65c00;
--stop:#c53a30;
}