Color names in this palette
CSS code for this palette
/* CSS */
.munsell-blue {
color: #0092b3;
}
.verditer {
color: #00b3aa;
}
.ice-climber {
color: #1edcd2;
}
.ice-crystal-blue {
color: #a6e7e1;
}
.distant-horizon {
color: #f0f9f6;
}
/* CSS Variables */
:root {
--munsell-blue:#0092b3;
--verditer:#00b3aa;
--ice-climber:#1edcd2;
--ice-crystal-blue:#a6e7e1;
--distant-horizon:#f0f9f6;
}