Color names in this palette
CSS code for this palette
/* CSS */
.verditer {
color: #00b3aa;
}
.everest {
color: #a2e4e6;
}
.icy-breeze {
color: #c4f3f0;
}
.frosty-mint {
color: #e1f9f0;
}
.smooth-satin {
color: #a2d7d2;
}
/* CSS Variables */
:root {
--verditer:#00b3aa;
--everest:#a2e4e6;
--icy-breeze:#c4f3f0;
--frosty-mint:#e1f9f0;
--smooth-satin:#a2d7d2;
}