Color names in this palette
CSS code for this palette
/* CSS */
.munsell-blue {
color: #0092b3;
}
.iris-blue {
color: #00b2d1;
}
.aztec-turquoise {
color: #00d5e0;
}
.aqua-wish {
color: #a2e2d2;
}
.coastal-breeze {
color: #e3f7f7;
}
/* CSS Variables */
:root {
--munsell-blue:#0092b3;
--iris-blue:#00b2d1;
--aztec-turquoise:#00d5e0;
--aqua-wish:#a2e2d2;
--coastal-breeze:#e3f7f7;
}