Color names in this palette
CSS code for this palette
/* CSS */
.king-lime {
color: #a8d600;
}
.snot-green {
color: #a2c700;
}
.mustard-green {
color: #a4b300;
}
.peridot {
color: #e6e200;
}
.delayed-yellow {
color: #fafa00;
}
/* CSS Variables */
:root {
--king-lime:#a8d600;
--snot-green:#a2c700;
--mustard-green:#a4b300;
--peridot:#e6e200;
--delayed-yellow:#fafa00;
}