Color names in this palette
CSS code for this palette
/* CSS */
.aerospace-orange {
color: #ff5100;
}
.princeton-orange {
color: #ff9100;
}
.usc-gold {
color: #ffcc00;
}
.tiger-yellow {
color: #ffdf80;
}
.lovely-euphoric-delight {
color: #fff0ff;
}
/* CSS Variables */
:root {
--aerospace-orange:#ff5100;
--princeton-orange:#ff9100;
--usc-gold:#ffcc00;
--tiger-yellow:#ffdf80;
--lovely-euphoric-delight:#fff0ff;
}