CSS code for this palette
/* CSS */
.nordic {
color: #1f3a3d;
}
.sinkhole {
color: #496e6c;
}
.sightful {
color: #79a9a1;
}
.icy-morn {
color: #b3d5cf;
}
.lynx-white {
color: #f6f9f8;
}
/* CSS Variables */
:root {
--nordic:#1f3a3d;
--sinkhole:#496e6c;
--sightful:#79a9a1;
--icy-morn:#b3d5cf;
--lynx-white:#f6f9f8;
}