Color names in this palette
CSS code for this palette
/* CSS */
.ice-crystal-blue {
color: #a6e3e1;
}
.clean-pool {
color: #4bc8e7;
}
.celestine-spring {
color: #209dcb;
}
.munsell-blue {
color: #0092b3;
}
.buccaneer-blue {
color: #005a8f;
}
/* CSS Variables */
:root {
--ice-crystal-blue:#a6e3e1;
--clean-pool:#4bc8e7;
--celestine-spring:#209dcb;
--munsell-blue:#0092b3;
--buccaneer-blue:#005a8f;
}