CSS code for this palette
/* CSS */
.nordic {
color: #1c3b3b;
}
.nickel-ore-green {
color: #507c7c;
}
.limpet-shell {
color: #8edcdc;
}
.nordic {
color: #1a3d3d;
}
.lead {
color: #212121;
}
/* CSS Variables */
:root {
--nordic:#1c3b3b;
--nickel-ore-green:#507c7c;
--limpet-shell:#8edcdc;
--nordic:#1a3d3d;
--lead:#212121;
}