Color names in this palette
CSS code for this palette
/* CSS */
.akuma {
color: #d33131;
}
.university-of-tennessee-orange {
color: #f57a00;
}
.ucla-gold {
color: #ffb300;
}
.vibrant {
color: #ffd54d;
}
.yellow-green-grosbeak {
color: #c2cc33;
}
/* CSS Variables */
:root {
--akuma:#d33131;
--university-of-tennessee-orange:#f57a00;
--ucla-gold:#ffb300;
--vibrant:#ffd54d;
--yellow-green-grosbeak:#c2cc33;
}