Color names in this palette
CSS code for this palette
/* CSS */
.the-broadway {
color: #175478;
}
.valley-of-glaciers {
color: #2b7c9c;
}
.freshwater {
color: #4ca4b8;
}
.island-breeze {
color: #8dd8d4;
}
.icy-breeze {
color: #c1f1f0;
}
/* CSS Variables */
:root {
--the-broadway:#175478;
--valley-of-glaciers:#2b7c9c;
--freshwater:#4ca4b8;
--island-breeze:#8dd8d4;
--icy-breeze:#c1f1f0;
}