Color names in this palette
CSS code for this palette
/* CSS */
.princeton-orange {
color: #ff9100;
}
.ucla-gold {
color: #ffb300;
}
.cyber-yellow {
color: #ffd500;
}
.hollandaise {
color: #ffec3d;
}
.yellow {
color: #ffff00;
}
/* CSS Variables */
:root {
--princeton-orange:#ff9100;
--ucla-gold:#ffb300;
--cyber-yellow:#ffd500;
--hollandaise:#ffec3d;
--yellow:#ffff00;
}