Color names in this palette
CSS code for this palette
/* CSS */
.university-of-tennessee-orange {
color: #fa7d00;
}
.cigarette-glow {
color: #f05800;
}
.glowing-meteor {
color: #e63d00;
}
.native-hue-of-resolution {
color: #d63200;
}
.ravishing-rouge {
color: #c22700;
}
/* CSS Variables */
:root {
--university-of-tennessee-orange:#fa7d00;
--cigarette-glow:#f05800;
--glowing-meteor:#e63d00;
--native-hue-of-resolution:#d63200;
--ravishing-rouge:#c22700;
}