CSS code for this palette
/* CSS */
.nordic {
color: #1f3a3d;
}
.moat {
color: #3c6c6d;
}
.salt-blue {
color: #809c9d;
}
.haint-blue {
color: #c1d6d7;
}
.anti-flash-white {
color: #f0f4f5;
}
/* CSS Variables */
:root {
--nordic:#1f3a3d;
--moat:#3c6c6d;
--salt-blue:#809c9d;
--haint-blue:#c1d6d7;
--anti-flash-white:#f0f4f5;
}