Color names in this palette
CSS code for this palette
/* CSS */
.marigold {
color: #ffc105;
}
.shocking-orange {
color: #ff6d1f;
}
.ucla-gold {
color: #ffb300;
}
.princeton-orange {
color: #ff9100;
}
.smashing-pumpkins {
color: #ff5724;
}
/* CSS Variables */
:root {
--marigold:#ffc105;
--shocking-orange:#ff6d1f;
--ucla-gold:#ffb300;
--princeton-orange:#ff9100;
--smashing-pumpkins:#ff5724;
}