Color names in this palette
CSS code for this palette
/* CSS */
.aerospace-orange {
color: #ff5100;
}
.stanger-red {
color: #a30000;
}
.effervescent-blue {
color: #002b5c;
}
.royal-navy-blue {
color: #0066cc;
}
.usc-gold {
color: #ffcc00;
}
/* CSS Variables */
:root {
--aerospace-orange:#ff5100;
--stanger-red:#a30000;
--effervescent-blue:#002b5c;
--royal-navy-blue:#0066cc;
--usc-gold:#ffcc00;
}