CSS code for this palette
/* CSS */
.nordic {
color: #1e3a3e;
}
.moat {
color: #3b6a6d;
}
.hydroport {
color: #5b9a9f;
}
.hellion-green {
color: #85c7b1;
}
.ski-white {
color: #d1e3e6;
}
/* CSS Variables */
:root {
--nordic:#1e3a3e;
--moat:#3b6a6d;
--hydroport:#5b9a9f;
--hellion-green:#85c7b1;
--ski-white:#d1e3e6;
}