CSS code for this palette
/* CSS */
.nordic {
color: #1f3a3d;
}
.sinkhole {
color: #4b6f72;
}
.mintnight {
color: #79b9b1;
}
.east-cape {
color: #b1f1e1;
}
.fine-linen {
color: #f8f9c3;
}
/* CSS Variables */
:root {
--nordic:#1f3a3d;
--sinkhole:#4b6f72;
--mintnight:#79b9b1;
--east-cape:#b1f1e1;
--fine-linen:#f8f9c3;
}