Color names in this palette
CSS code for this palette
/* CSS */
.usc-gold {
color: #ffcc00;
}
.poppy-surprise {
color: #ff5833;
}
.manually-pressed-grapes {
color: #920c3f;
}
.violet-carmine {
color: #581845;
}
.black-howl {
color: #1e1e2f;
}
/* CSS Variables */
:root {
--usc-gold:#ffcc00;
--poppy-surprise:#ff5833;
--manually-pressed-grapes:#920c3f;
--violet-carmine:#581845;
--black-howl:#1e1e2f;
}