Color names in this palette
CSS code for this palette
/* CSS */
.mustard-green {
color: #a7b300;
}
.snot-green {
color: #a1c200;
}
.garlic-pesto {
color: #c1d600;
}
.peridot {
color: #e6e200;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--mustard-green:#a7b300;
--snot-green:#a1c200;
--garlic-pesto:#c1d600;
--peridot:#e6e200;
--welcoming-wasp:#f0a800;
}