Color names in this palette
CSS code for this palette
/* CSS */
.pool-green {
color: #00b39b;
}
.mint-jelly {
color: #4cd6a1;
}
.menthol-kiss {
color: #a2e2d5;
}
.azure-mist {
color: #f0fff4;
}
.mid-spring-morning {
color: #d2f9f0;
}
/* CSS Variables */
:root {
--pool-green:#00b39b;
--mint-jelly:#4cd6a1;
--menthol-kiss:#a2e2d5;
--azure-mist:#f0fff4;
--mid-spring-morning:#d2f9f0;
}