CSS code for this palette
/* CSS */
.iceberg {
color: #dbe4f0;
}
.blair {
color: #a1c2e3;
}
.cerulean-frost {
color: #6c9dc6;
}
.zenith {
color: #497c9c;
}
.deep-ocean {
color: #2b4c5f;
}
/* CSS Variables */
:root {
--iceberg:#dbe4f0;
--blair:#a1c2e3;
--cerulean-frost:#6c9dc6;
--zenith:#497c9c;
--deep-ocean:#2b4c5f;
}