Color names in this palette
CSS code for this palette
/* CSS */
.garlic-pesto {
color: #c4d600;
}
.snot-green {
color: #a1c200;
}
.support-green {
color: #7e9e00;
}
.mughal-green {
color: #4a8000;
}
.tatzelwurm-green {
color: #3b6b00;
}
/* CSS Variables */
:root {
--garlic-pesto:#c4d600;
--snot-green:#a1c200;
--support-green:#7e9e00;
--mughal-green:#4a8000;
--tatzelwurm-green:#3b6b00;
}