Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.ucla-gold {
color: #ffb300;
}
.cyber-yellow {
color: #ffd500;
}
.middle-yellow {
color: #ffea00;
}
.lemon {
color: #fff700;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--ucla-gold:#ffb300;
--cyber-yellow:#ffd500;
--middle-yellow:#ffea00;
--lemon:#fff700;
}