Color names in this palette
CSS code for this palette
/* CSS */
.taurus-forest-fern {
color: #6fbf4f;
}
.ballyhoo {
color: #5a9f3c;
}
.overgrown-mausoleum {
color: #4b8b2d;
}
.bilbao {
color: #3b7524;
}
.bright-nori {
color: #2f621e;
}
/* CSS Variables */
:root {
--taurus-forest-fern:#6fbf4f;
--ballyhoo:#5a9f3c;
--overgrown-mausoleum:#4b8b2d;
--bilbao:#3b7524;
--bright-nori:#2f621e;
}