CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.ocean-call {
color: #2a698d;
}
.brig {
color: #4fa0ba;
}
.ocean-cruise {
color: #9fd4df;
}
.ice-cold {
color: #d2e8ef;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--ocean-call:#2a698d;
--brig:#4fa0ba;
--ocean-cruise:#9fd4df;
--ice-cold:#d2e8ef;
}