Color names in this palette
CSS code for this palette
/* CSS */
.akuma {
color: #d33131;
}
.ucla-gold {
color: #ffb300;
}
.university-of-tennessee-orange {
color: #f57a00;
}
.not-yo-cheese {
color: #fbc02d;
}
.resplendent-growth {
color: #398e3d;
}
/* CSS Variables */
:root {
--akuma:#d33131;
--ucla-gold:#ffb300;
--university-of-tennessee-orange:#f57a00;
--not-yo-cheese:#fbc02d;
--resplendent-growth:#398e3d;
}