CSS code for this palette
/* CSS */
.iceberg {
color: #dbe4f0;
}
.sea-cliff {
color: #a3c7e0;
}
.stormfang {
color: #7ca6c0;
}
.rainy-lake {
color: #3f6b8d;
}
.blue-tang {
color: #2b4e6e;
}
/* CSS Variables */
:root {
--iceberg:#dbe4f0;
--sea-cliff:#a3c7e0;
--stormfang:#7ca6c0;
--rainy-lake:#3f6b8d;
--blue-tang:#2b4e6e;
}