Color names in this palette
CSS code for this palette
/* CSS */
.iridescent-green {
color: #43c76f;
}
.aurora-green {
color: #6fdc8c;
}
.jovial-jade {
color: #89e6a5;
}
.spring-slumber-green {
color: #b8f5b2;
}
.toxic-latte {
color: #e1f9e6;
}
/* CSS Variables */
:root {
--iridescent-green:#43c76f;
--aurora-green:#6fdc8c;
--jovial-jade:#89e6a5;
--spring-slumber-green:#b8f5b2;
--toxic-latte:#e1f9e6;
}