Color names in this palette
CSS code for this palette
/* CSS */
.monaco {
color: #a8d5e6;
}
.water-flow {
color: #7cc7d5;
}
.brig {
color: #4ea2bc;
}
.valley-of-glaciers {
color: #2b7a9c;
}
.hidden-waters {
color: #1f505c;
}
/* CSS Variables */
:root {
--monaco:#a8d5e6;
--water-flow:#7cc7d5;
--brig:#4ea2bc;
--valley-of-glaciers:#2b7a9c;
--hidden-waters:#1f505c;
}