Color names in this palette
CSS code for this palette
/* CSS */
.vivid-orange {
color: #ff5e00;
}
.princeton-orange {
color: #ff9100;
}
.ucla-gold {
color: #ffb300;
}
.marigold {
color: #ffc105;
}
.vibrant {
color: #ffd54d;
}
/* CSS Variables */
:root {
--vivid-orange:#ff5e00;
--princeton-orange:#ff9100;
--ucla-gold:#ffb300;
--marigold:#ffc105;
--vibrant:#ffd54d;
}