Color names in this palette
CSS code for this palette
/* CSS */
.akuma {
color: #d33131;
}
.sun-orange {
color: #f47b1f;
}
.ucla-gold {
color: #ffb300;
}
.not-yo-cheese {
color: #fbc02d;
}
.yellow-green-grosbeak {
color: #c2cc33;
}
/* CSS Variables */
:root {
--akuma:#d33131;
--sun-orange:#f47b1f;
--ucla-gold:#ffb300;
--not-yo-cheese:#fbc02d;
--yellow-green-grosbeak:#c2cc33;
}