CSS code for this palette
/* CSS */
.black {
color: #000000;
}
.red {
color: #ff0000;
}
.white {
color: #ffffff;
}
.usc-gold {
color: #ffcc00;
}
.science-blue {
color: #0077cc;
}
/* CSS Variables */
:root {
--black:#000000;
--red:#ff0000;
--white:#ffffff;
--usc-gold:#ffcc00;
--science-blue:#0077cc;
}