Color names in this palette
CSS code for this palette
/* CSS */
.bilious-green {
color: #a5d86f;
}
.sapling {
color: #a1c75c;
}
.tree-palm {
color: #7eab4f;
}
.hidden-paradise {
color: #5e8d3a;
}
.druid-green {
color: #48752f;
}
/* CSS Variables */
:root {
--bilious-green:#a5d86f;
--sapling:#a1c75c;
--tree-palm:#7eab4f;
--hidden-paradise:#5e8d3a;
--druid-green:#48752f;
}