Color names in this palette
CSS code for this palette
/* CSS */
.livid-lime {
color: #b4e000;
}
.viric-green {
color: #99cc00;
}
.emerald-glitter {
color: #65b300;
}
.planter {
color: #339900;
}
.green-bell-pepper {
color: #1a8f00;
}
/* CSS Variables */
:root {
--livid-lime:#b4e000;
--viric-green:#99cc00;
--emerald-glitter:#65b300;
--planter:#339900;
--green-bell-pepper:#1a8f00;
}