Color names in this palette
CSS code for this palette
/* CSS */
.munsell-blue {
color: #0092b3;
}
.iris-blue {
color: #00b3c7;
}
.aztec-turquoise {
color: #00cee0;
}
.blizzard-blue {
color: #a5e5e9;
}
.everlasting-ice {
color: #f5fafa;
}
/* CSS Variables */
:root {
--munsell-blue:#0092b3;
--iris-blue:#00b3c7;
--aztec-turquoise:#00cee0;
--blizzard-blue:#a5e5e9;
--everlasting-ice:#f5fafa;
}