Color names in this palette
CSS code for this palette
/* CSS */
.usc-gold {
color: #ffcc00;
}
.smashing-pumpkins {
color: #ff5724;
}
.white {
color: #ffffff;
}
.explosive-grey {
color: #c4c4c4;
}
.stanger-red {
color: #a30000;
}
/* CSS Variables */
:root {
--usc-gold:#ffcc00;
--smashing-pumpkins:#ff5724;
--white:#ffffff;
--explosive-grey:#c4c4c4;
--stanger-red:#a30000;
}