Color names in this palette
CSS code for this palette
/* CSS */
.munsell-blue {
color: #0092b3;
}
.iris-blue {
color: #00b2d1;
}
.jade-glass {
color: #00c8d6;
}
.water-nymph {
color: #80d3e0;
}
.fairy-sparkles {
color: #b4e9f8;
}
/* CSS Variables */
:root {
--munsell-blue:#0092b3;
--iris-blue:#00b2d1;
--jade-glass:#00c8d6;
--water-nymph:#80d3e0;
--fairy-sparkles:#b4e9f8;
}