Color names in this palette
CSS code for this palette
/* CSS */
.wake-me-up {
color: #f6d55a;
}
.gusto-gold {
color: #fcae1d;
}
.university-of-tennessee-orange {
color: #f57e00;
}
.devilish {
color: #da3425;
}
.dark-purple {
color: #380a43;
}
/* CSS Variables */
:root {
--wake-me-up:#f6d55a;
--gusto-gold:#fcae1d;
--university-of-tennessee-orange:#f57e00;
--devilish:#da3425;
--dark-purple:#380a43;
}