Color names in this palette
CSS code for this palette
/* CSS */
.veiling-waterfalls {
color: #d6e5ff;
}
.night-snow {
color: #a8c8ff;
}
.fennel-flower {
color: #70a0ff;
}
.waimea-blue {
color: #4da0e0;
}
.valley-of-glaciers {
color: #2b7a9c;
}
/* CSS Variables */
:root {
--veiling-waterfalls:#d6e5ff;
--night-snow:#a8c8ff;
--fennel-flower:#70a0ff;
--waimea-blue:#4da0e0;
--valley-of-glaciers:#2b7a9c;
}