Color names in this palette
CSS code for this palette
/* CSS */
.munsell-blue {
color: #0092b3;
}
.sea-serpent {
color: #4ec5d4;
}
.turkish-turquoise {
color: #78e1e8;
}
.waterspout {
color: #a5f0f8;
}
.azure-mist {
color: #f0fff5;
}
/* CSS Variables */
:root {
--munsell-blue:#0092b3;
--sea-serpent:#4ec5d4;
--turkish-turquoise:#78e1e8;
--waterspout:#a5f0f8;
--azure-mist:#f0fff5;
}