Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.university-of-tennessee-orange {
color: #f57e00;
}
.tail-lights {
color: #d54215;
}
.wild-violet {
color: #681b98;
}
.pitch-violet {
color: #49148a;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--university-of-tennessee-orange:#f57e00;
--tail-lights:#d54215;
--wild-violet:#681b98;
--pitch-violet:#49148a;
}