Color names in this palette
CSS code for this palette
/* CSS */
.moonstone {
color: #3eadc1;
}
.baharroth-blue {
color: #58c4d0;
}
.middle-blue {
color: #7cd8e4;
}
.blizzard-blue {
color: #a2e8f1;
}
.tinted-ice {
color: #d2f8f9;
}
/* CSS Variables */
:root {
--moonstone:#3eadc1;
--baharroth-blue:#58c4d0;
--middle-blue:#7cd8e4;
--blizzard-blue:#a2e8f1;
--tinted-ice:#d2f8f9;
}