Color names in this palette
CSS code for this palette
/* CSS */
.mid-spring-morning {
color: #cdf9f2;
}
.sparkling-mint {
color: #a3e0d4;
}
.tropical-tide {
color: #5cd1b0;
}
.walk-in-the-woods {
color: #3caf92;
}
.illuminating-emerald {
color: #2e8e7b;
}
/* CSS Variables */
:root {
--mid-spring-morning:#cdf9f2;
--sparkling-mint:#a3e0d4;
--tropical-tide:#5cd1b0;
--walk-in-the-woods:#3caf92;
--illuminating-emerald:#2e8e7b;
}