Color names in this palette
CSS code for this palette
/* CSS */
.tatzelwurm-green {
color: #426b00;
}
.overgrown-mausoleum {
color: #4b8b2d;
}
.forest-maid {
color: #5bb95e;
}
.aurora-green {
color: #64dd8d;
}
.hint-of-yellow {
color: #f9f2cd;
}
/* CSS Variables */
:root {
--tatzelwurm-green:#426b00;
--overgrown-mausoleum:#4b8b2d;
--forest-maid:#5bb95e;
--aurora-green:#64dd8d;
--hint-of-yellow:#f9f2cd;
}