Color names in this palette
CSS code for this palette
/* CSS */
.avocado-cream {
color: #b9c369;
}
.clipped-grass {
color: #a3b83d;
}
.sickly-green {
color: #8eb11b;
}
.leaf-green {
color: #5fa300;
}
.mughal-green {
color: #3b8f00;
}
/* CSS Variables */
:root {
--avocado-cream:#b9c369;
--clipped-grass:#a3b83d;
--sickly-green:#8eb11b;
--leaf-green:#5fa300;
--mughal-green:#3b8f00;
}