Color names in this palette
CSS code for this palette
/* CSS */
.flat-green {
color: #689852;
}
.baby-grass {
color: #89bf7d;
}
.green-trance {
color: #a2d7a2;
}
.spring-yellow {
color: #f3e57c;
}
.mango-margarita {
color: #f8b849;
}
/* CSS Variables */
:root {
--flat-green:#689852;
--baby-grass:#89bf7d;
--green-trance:#a2d7a2;
--spring-yellow:#f3e57c;
--mango-margarita:#f8b849;
}