Color names in this palette
CSS code for this palette
/* CSS */
.munsell-blue {
color: #0092b3;
}
.malibu-blue {
color: #00b2d6;
}
.maldives {
color: #00c6e0;
}
.ganon-blue {
color: #a6e4f7;
}
.clear-skies {
color: #e5f9ff;
}
/* CSS Variables */
:root {
--munsell-blue:#0092b3;
--malibu-blue:#00b2d6;
--maldives:#00c6e0;
--ganon-blue:#a6e4f7;
--clear-skies:#e5f9ff;
}