Color names in this palette
CSS code for this palette
/* CSS */
.usc-gold {
color: #ffcc00;
}
.mandarin-peel {
color: #ff9d00;
}
.flush-orange {
color: #ff6e00;
}
.ultimate-orange {
color: #ff4000;
}
.vivid-raspberry {
color: #ff006e;
}
/* CSS Variables */
:root {
--usc-gold:#ffcc00;
--mandarin-peel:#ff9d00;
--flush-orange:#ff6e00;
--ultimate-orange:#ff4000;
--vivid-raspberry:#ff006e;
}