Color names in this palette
CSS code for this palette
/* CSS */
.princeton-orange {
color: #ff9100;
}
.ucla-gold {
color: #ffb300;
}
.sunny-side-up {
color: #ffd942;
}
.sp-tzle-yellow {
color: #ffef8a;
}
.soviet-gold {
color: #ffd900;
}
/* CSS Variables */
:root {
--princeton-orange:#ff9100;
--ucla-gold:#ffb300;
--sunny-side-up:#ffd942;
--sp-tzle-yellow:#ffef8a;
--soviet-gold:#ffd900;
}