Color names in this palette
CSS code for this palette
/* CSS */
.ucla-gold {
color: #ffb300;
}
.shocking-orange {
color: #ff6d1f;
}
.coquelicot {
color: #ff3c00;
}
.mexican-milk {
color: #ffb9b3;
}
.twinkling-lights {
color: #fff9c2;
}
/* CSS Variables */
:root {
--ucla-gold:#ffb300;
--shocking-orange:#ff6d1f;
--coquelicot:#ff3c00;
--mexican-milk:#ffb9b3;
--twinkling-lights:#fff9c2;
}