Color names in this palette
CSS code for this palette
/* CSS */
.mid-spring-morning {
color: #cdf9f2;
}
.everest {
color: #a3e6e0;
}
.throat-chakra {
color: #6ed4d2;
}
.green-grapple {
color: #3cb9b3;
}
.aqua-velvet {
color: #009e9b;
}
/* CSS Variables */
:root {
--mid-spring-morning:#cdf9f2;
--everest:#a3e6e0;
--throat-chakra:#6ed4d2;
--green-grapple:#3cb9b3;
--aqua-velvet:#009e9b;
}