Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.safety-yellow {
color: #f0d400;
}
.snot-green {
color: #a5c200;
}
.early-dew {
color: #4bad00;
}
.tatzelwurm-green {
color: #2d6b00;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--safety-yellow:#f0d400;
--snot-green:#a5c200;
--early-dew:#4bad00;
--tatzelwurm-green:#2d6b00;
}