Color names in this palette
CSS code for this palette
/* CSS */
.garlic-pesto {
color: #c4d600;
}
.snot-green {
color: #a1c200;
}
.green-thumb {
color: #6f9e00;
}
.over-the-hills {
color: #4d7000;
}
.deep-forestial-escapade {
color: #2f4d00;
}
/* CSS Variables */
:root {
--garlic-pesto:#c4d600;
--snot-green:#a1c200;
--green-thumb:#6f9e00;
--over-the-hills:#4d7000;
--deep-forestial-escapade:#2f4d00;
}