Color names in this palette
CSS code for this palette
/* CSS */
.desaturated-cyan {
color: #699b9b;
}
.nickel-ore-green {
color: #4f7d7d;
}
.moor-pond-green {
color: #396060;
}
.delta-green {
color: #2b4a4a;
}
.nordic {
color: #193838;
}
/* CSS Variables */
:root {
--desaturated-cyan:#699b9b;
--nickel-ore-green:#4f7d7d;
--moor-pond-green:#396060;
--delta-green:#2b4a4a;
--nordic:#193838;
}