Color names in this palette
CSS code for this palette
/* CSS */
.lime-lizard {
color: #a3d55d;
}
.ultra-green {
color: #7fbc4e;
}
.enviable {
color: #4b9b3b;
}
.san-felix {
color: #2f6f30;
}
.bia-owie-a-forest {
color: #1b4b1e;
}
/* CSS Variables */
:root {
--lime-lizard:#a3d55d;
--ultra-green:#7fbc4e;
--enviable:#4b9b3b;
--san-felix:#2f6f30;
--bia-owie-a-forest:#1b4b1e;
}