Color names in this palette
CSS code for this palette
/* CSS */
.aerospace-orange {
color: #ff5100;
}
.princeton-orange {
color: #ff9100;
}
.usc-gold {
color: #ffcc00;
}
.blended-fruit {
color: #f8e1a5;
}
.crown-blue {
color: #4a4e68;
}
/* CSS Variables */
:root {
--aerospace-orange:#ff5100;
--princeton-orange:#ff9100;
--usc-gold:#ffcc00;
--blended-fruit:#f8e1a5;
--crown-blue:#4a4e68;
}