Color names in this palette
CSS code for this palette
/* CSS */
.bold-irish {
color: #2c7d4c;
}
.iridescent-green {
color: #4bbe75;
}
.jovial-jade {
color: #82e3a1;
}
.spring-slumber-green {
color: #b4f9b7;
}
.fresh-grown {
color: #f2fdc4;
}
/* CSS Variables */
:root {
--bold-irish:#2c7d4c;
--iridescent-green:#4bbe75;
--jovial-jade:#82e3a1;
--spring-slumber-green:#b4f9b7;
--fresh-grown:#f2fdc4;
}