Color names in this palette
CSS code for this palette
/* CSS */
.ucla-gold {
color: #ffb300;
}
.shocking-orange {
color: #ff6d1f;
}
.coquelicot {
color: #ff3c00;
}
.akuma {
color: #d33131;
}
.carnelian {
color: #b51c1c;
}
/* CSS Variables */
:root {
--ucla-gold:#ffb300;
--shocking-orange:#ff6d1f;
--coquelicot:#ff3c00;
--akuma:#d33131;
--carnelian:#b51c1c;
}