Color names in this palette
CSS code for this palette
/* CSS */
.cool-aloe {
color: #a9d9a0;
}
.flat-green {
color: #6b9b4b;
}
.mountain-forest {
color: #4c683b;
}
.mint-cocktail-green {
color: #b8e1b2;
}
.spring-kiss {
color: #e2f5b2;
}
/* CSS Variables */
:root {
--cool-aloe:#a9d9a0;
--flat-green:#6b9b4b;
--mountain-forest:#4c683b;
--mint-cocktail-green:#b8e1b2;
--spring-kiss:#e2f5b2;
}