Color names in this palette
CSS code for this palette
/* CSS */
.la-palma {
color: #4b8d2a;
}
.bitter-dandelion {
color: #6bbf3b;
}
.tropical-light {
color: #9edc6f;
}
.pastel-pea {
color: #c1e8a6;
}
.spring-kiss {
color: #e4f2b5;
}
/* CSS Variables */
:root {
--la-palma:#4b8d2a;
--bitter-dandelion:#6bbf3b;
--tropical-light:#9edc6f;
--pastel-pea:#c1e8a6;
--spring-kiss:#e4f2b5;
}