Color names in this palette
CSS code for this palette
/* CSS */
.usc-gold {
color: #ffcc00;
}
.floral-leaf {
color: #ffb84d;
}
.sun-crete {
color: #ff8c00;
}
.smashing-pumpkins {
color: #ff5724;
}
.red-flag {
color: #ff1a47;
}
/* CSS Variables */
:root {
--usc-gold:#ffcc00;
--floral-leaf:#ffb84d;
--sun-crete:#ff8c00;
--smashing-pumpkins:#ff5724;
--red-flag:#ff1a47;
}