Color names in this palette
CSS code for this palette
/* CSS */
.snot-green {
color: #a1c200;
}
.luminescent-green {
color: #7d9a1d;
}
.avocado {
color: #597d0d;
}
.tatzelwurm-green {
color: #3d6600;
}
.deep-forestial-escapade {
color: #2f4d00;
}
/* CSS Variables */
:root {
--snot-green:#a1c200;
--luminescent-green:#7d9a1d;
--avocado:#597d0d;
--tatzelwurm-green:#3d6600;
--deep-forestial-escapade:#2f4d00;
}