Color names in this palette
CSS code for this palette
/* CSS */
.lime-lizard {
color: #a3d55d;
}
.cactus-spike {
color: #c3e0a3;
}
.spring-kiss {
color: #e4f6b6;
}
.weak-yellow {
color: #f2f9d7;
}
.aloe-cream {
color: #d9e6b7;
}
/* CSS Variables */
:root {
--lime-lizard:#a3d55d;
--cactus-spike:#c3e0a3;
--spring-kiss:#e4f6b6;
--weak-yellow:#f2f9d7;
--aloe-cream:#d9e6b7;
}