Color names in this palette
CSS code for this palette
/* CSS */
.badass-grass {
color: #b0d85a;
}
.sapling {
color: #a1c559;
}
.parrot-green {
color: #8bb04f;
}
.sun-valley {
color: #6a8934;
}
.tabbouleh-green {
color: #4b6822;
}
/* CSS Variables */
:root {
--badass-grass:#b0d85a;
--sapling:#a1c559;
--parrot-green:#8bb04f;
--sun-valley:#6a8934;
--tabbouleh-green:#4b6822;
}