Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.mad-for-mango {
color: #f5a300;
}
.usc-gold {
color: #ffcc00;
}
.matcha-powder {
color: #a1d600;
}
.devil-s-grass {
color: #4cae4f;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--mad-for-mango:#f5a300;
--usc-gold:#ffcc00;
--matcha-powder:#a1d600;
--devil-s-grass:#4cae4f;
}