CSS code for this palette
/* CSS */
.nordic {
color: #1f3a3d;
}
.mosaic-tile {
color: #1b6969;
}
.latigo-bay {
color: #409c9c;
}
.sinbad {
color: #a7d3d0;
}
.ethereal-white {
color: #e7f4f3;
}
/* CSS Variables */
:root {
--nordic:#1f3a3d;
--mosaic-tile:#1b6969;
--latigo-bay:#409c9c;
--sinbad:#a7d3d0;
--ethereal-white:#e7f4f3;
}