Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.cheese {
color: #ffa600;
}
.soviet-gold {
color: #ffd900;
}
.matcha-powder {
color: #a1d600;
}
.nuclear-waste {
color: #7dfa00;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--cheese:#ffa600;
--soviet-gold:#ffd900;
--matcha-powder:#a1d600;
--nuclear-waste:#7dfa00;
}