Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.chrome-yellow {
color: #faa700;
}
.chartreuse-shot {
color: #d3d600;
}
.snot-green {
color: #a1c200;
}
.gecko-s-dream {
color: #5c9900;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--chrome-yellow:#faa700;
--chartreuse-shot:#d3d600;
--snot-green:#a1c200;
--gecko-s-dream:#5c9900;
}