CSS code for this palette
/* CSS */
.iceberg {
color: #dbe4f0;
}
.sky-high {
color: #a6c1e8;
}
.kindred {
color: #76a3d5;
}
.seljuk-blue {
color: #4387f4;
}
.blue-expanse {
color: #1e3b71;
}
/* CSS Variables */
:root {
--iceberg:#dbe4f0;
--sky-high:#a6c1e8;
--kindred:#76a3d5;
--seljuk-blue:#4387f4;
--blue-expanse:#1e3b71;
}