Color names in this palette
CSS code for this palette
/* CSS */
.valley-of-glaciers {
color: #2c7c9b;
}
.starflower-blue {
color: #4f9db0;
}
.sky-watch {
color: #8bced5;
}
.powder-blue {
color: #b0e0e8;
}
.high-reflective-white {
color: #f7f6f2;
}
/* CSS Variables */
:root {
--valley-of-glaciers:#2c7c9b;
--starflower-blue:#4f9db0;
--sky-watch:#8bced5;
--powder-blue:#b0e0e8;
--high-reflective-white:#f7f6f2;
}