CSS code for this palette
/* CSS */
.nordic {
color: #1f3a3d;
}
.tapestry-teal {
color: #4c8185;
}
.buoyancy {
color: #7db1b5;
}
.ice-cube {
color: #b1e2d5;
}
.heavy-sugar {
color: #eef6f1;
}
/* CSS Variables */
:root {
--nordic:#1f3a3d;
--tapestry-teal:#4c8185;
--buoyancy:#7db1b5;
--ice-cube:#b1e2d5;
--heavy-sugar:#eef6f1;
}