Color names in this palette
CSS code for this palette
/* CSS */
.chi-gong {
color: #d22d2f;
}
.university-of-tennessee-orange {
color: #f57a00;
}
.not-yo-cheese {
color: #fbc02d;
}
.citrus-surge {
color: #8bc34b;
}
.bright-navy-blue {
color: #1975d2;
}
/* CSS Variables */
:root {
--chi-gong:#d22d2f;
--university-of-tennessee-orange:#f57a00;
--not-yo-cheese:#fbc02d;
--citrus-surge:#8bc34b;
--bright-navy-blue:#1975d2;
}