Color names in this palette
CSS code for this palette
/* CSS */
.ode-to-green {
color: #b7e6d8;
}
.yucca-cream {
color: #a4dac9;
}
.kingfisher-turquoise {
color: #79b9b2;
}
.aqua-fresco {
color: #4ca49e;
}
.larkspur {
color: #3b7c8c;
}
/* CSS Variables */
:root {
--ode-to-green:#b7e6d8;
--yucca-cream:#a4dac9;
--kingfisher-turquoise:#79b9b2;
--aqua-fresco:#4ca49e;
--larkspur:#3b7c8c;
}