Color names in this palette
CSS code for this palette
/* CSS */
.gusto-gold {
color: #f6a523;
}
.westfall-yellow {
color: #f9d64e;
}
.brain-pink {
color: #f5b2b2;
}
.university-of-tennessee-orange {
color: #f57a00;
}
.chi-gong {
color: #d82c2c;
}
/* CSS Variables */
:root {
--gusto-gold:#f6a523;
--westfall-yellow:#f9d64e;
--brain-pink:#f5b2b2;
--university-of-tennessee-orange:#f57a00;
--chi-gong:#d82c2c;
}