Color names in this palette
CSS code for this palette
/* CSS */
.bilious-green {
color: #a8d56c;
}
.savoy {
color: #87af4b;
}
.may-green {
color: #4c8f3d;
}
.brazilian-green {
color: #2d7029;
}
.bia-owie-a-forest {
color: #20501b;
}
/* CSS Variables */
:root {
--bilious-green:#a8d56c;
--savoy:#87af4b;
--may-green:#4c8f3d;
--brazilian-green:#2d7029;
--bia-owie-a-forest:#20501b;
}