Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.blue-dam {
color: #a1c3d4;
}
.blue-bay {
color: #5d9bd5;
}
.valley-of-glaciers {
color: #2e7b99;
}
.seafarer {
color: #1c4e6d;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--blue-dam:#a1c3d4;
--blue-bay:#5d9bd5;
--valley-of-glaciers:#2e7b99;
--seafarer:#1c4e6d;
}