Color names in this palette
CSS code for this palette
/* CSS */
.moonstone {
color: #3eadc1;
}
.skink-blue {
color: #5cc5d1;
}
.foaming-surf {
color: #8fd4dc;
}
.everest {
color: #a2e6e1;
}
.let-it-snow {
color: #d6f2f5;
}
/* CSS Variables */
:root {
--moonstone:#3eadc1;
--skink-blue:#5cc5d1;
--foaming-surf:#8fd4dc;
--everest:#a2e6e1;
--let-it-snow:#d6f2f5;
}