CSS code for this palette
/* CSS */
.akuma {
color: #d33131;
}
.sun-orange {
color: #f47b1f;
}
.ucla-gold {
color: #ffb300;
}
.gorse {
color: #f9e639;
}
.citrus-surge {
color: #8bc34b;
}
/* CSS Variables */
:root {
--akuma:#d33131;
--sun-orange:#f47b1f;
--ucla-gold:#ffb300;
--gorse:#f9e639;
--citrus-surge:#8bc34b;
}