Color names in this palette
CSS code for this palette
/* CSS */
.princeton-orange {
color: #ff9100;
}
.ucla-gold {
color: #ffb300;
}
.cyber-yellow {
color: #ffd500;
}
.golden-aurelia {
color: #fff175;
}
.white {
color: #ffffff;
}
/* CSS Variables */
:root {
--princeton-orange:#ff9100;
--ucla-gold:#ffb300;
--cyber-yellow:#ffd500;
--golden-aurelia:#fff175;
--white:#ffffff;
}