Color names in this palette
CSS code for this palette
/* CSS */
.king-lime {
color: #a8d600;
}
.lime-lizard {
color: #a3d55d;
}
.green-trance {
color: #9fd6a5;
}
.patina-green {
color: #b4e9b4;
}
.spring-kiss {
color: #e4f5b2;
}
/* CSS Variables */
:root {
--king-lime:#a8d600;
--lime-lizard:#a3d55d;
--green-trance:#9fd6a5;
--patina-green:#b4e9b4;
--spring-kiss:#e4f5b2;
}