Color names in this palette
CSS code for this palette
/* CSS */
.aqua-forest {
color: #5ea676;
}
.garish-green {
color: #4abf8c;
}
.macau {
color: #3cbe97;
}
.capture {
color: #2ab7a4;
}
.tropical-lagoon {
color: #1f9dad;
}
/* CSS Variables */
:root {
--aqua-forest:#5ea676;
--garish-green:#4abf8c;
--macau:#3cbe97;
--capture:#2ab7a4;
--tropical-lagoon:#1f9dad;
}