Color names in this palette
CSS code for this palette
/* CSS */
.hubert-s-truck-green {
color: #4e9b36;
}
.exit-light {
color: #5fbd3d;
}
.lilliputian-lime {
color: #7fd959;
}
.snarky-mint {
color: #9fe76e;
}
.grape-green {
color: #a8e1a3;
}
/* CSS Variables */
:root {
--hubert-s-truck-green:#4e9b36;
--exit-light:#5fbd3d;
--lilliputian-lime:#7fd959;
--snarky-mint:#9fe76e;
--grape-green:#a8e1a3;
}