Color names in this palette
CSS code for this palette
/* CSS */
.green-ribbon {
color: #2b883d;
}
.acid-sleazebag {
color: #51bd73;
}
.mild-menthol {
color: #8ef1a0;
}
.usc-gold {
color: #ffcc00;
}
.shocking-orange {
color: #ff6d1f;
}
/* CSS Variables */
:root {
--green-ribbon:#2b883d;
--acid-sleazebag:#51bd73;
--mild-menthol:#8ef1a0;
--usc-gold:#ffcc00;
--shocking-orange:#ff6d1f;
}