Color names in this palette
CSS code for this palette
/* CSS */
.usc-gold {
color: #ffcc00;
}
.shocking-orange {
color: #ff6d1f;
}
.sizzling-red {
color: #ff3d5a;
}
.grape-juice {
color: #7b2d68;
}
.nightly-silhouette {
color: #4f5b92;
}
/* CSS Variables */
:root {
--usc-gold:#ffcc00;
--shocking-orange:#ff6d1f;
--sizzling-red:#ff3d5a;
--grape-juice:#7b2d68;
--nightly-silhouette:#4f5b92;
}