CSS code for this palette
/* CSS */
.icecap {
color: #c3d5df;
}
.blue-tribute {
color: #a8b8c7;
}
.bay-s-water {
color: #7a9bae;
}
.jay-bird {
color: #4c819a;
}
.sea-hunter {
color: #1f5a7a;
}
/* CSS Variables */
:root {
--icecap:#c3d5df;
--blue-tribute:#a8b8c7;
--bay-s-water:#7a9bae;
--jay-bird:#4c819a;
--sea-hunter:#1f5a7a;
}