Color names in this palette
CSS code for this palette
/* CSS */
.moonstone {
color: #3eadc1;
}
.north-wind {
color: #4cb8c2;
}
.baharroth-blue {
color: #5bc5c8;
}
.aqua-zing {
color: #7eddd8;
}
.everest {
color: #a1e2e3;
}
/* CSS Variables */
:root {
--moonstone:#3eadc1;
--north-wind:#4cb8c2;
--baharroth-blue:#5bc5c8;
--aqua-zing:#7eddd8;
--everest:#a1e2e3;
}