Color names in this palette
CSS code for this palette
/* CSS */
.ice-effect {
color: #b9eef9;
}
.nevada-sky {
color: #a2d6e6;
}
.gondolier {
color: #62b2c6;
}
.water-welt {
color: #3c98af;
}
.valley-of-glaciers {
color: #2a7b9d;
}
/* CSS Variables */
:root {
--ice-effect:#b9eef9;
--nevada-sky:#a2d6e6;
--gondolier:#62b2c6;
--water-welt:#3c98af;
--valley-of-glaciers:#2a7b9d;
}