Color names in this palette
CSS code for this palette
/* CSS */
.wild-rider-red {
color: #db143c;
}
.usc-gold {
color: #ffcc00;
}
.devil-s-grass {
color: #4cae4f;
}
.bleached-silk {
color: #f2f2f2;
}
.smashing-pumpkins {
color: #ff5724;
}
/* CSS Variables */
:root {
--wild-rider-red:#db143c;
--usc-gold:#ffcc00;
--devil-s-grass:#4cae4f;
--bleached-silk:#f2f2f2;
--smashing-pumpkins:#ff5724;
}