Color names in this palette
CSS code for this palette
/* CSS */
.lake-thun {
color: #4cb7e1;
}
.charybdis {
color: #1aa4c7;
}
.munsell-blue {
color: #0092b3;
}
.mosaic-blue {
color: #007e94;
}
.adriatic-sea {
color: #006080;
}
/* CSS Variables */
:root {
--lake-thun:#4cb7e1;
--charybdis:#1aa4c7;
--munsell-blue:#0092b3;
--mosaic-blue:#007e94;
--adriatic-sea:#006080;
}