Color names in this palette
CSS code for this palette
/* CSS */
.munsell-blue {
color: #0092b3;
}
.blue-atoll {
color: #00b4e6;
}
.jade-glass {
color: #00c8d6;
}
.ice-crystal-blue {
color: #a8e1e0;
}
.floral-leaf {
color: #ffb84d;
}
/* CSS Variables */
:root {
--munsell-blue:#0092b3;
--blue-atoll:#00b4e6;
--jade-glass:#00c8d6;
--ice-crystal-blue:#a8e1e0;
--floral-leaf:#ffb84d;
}