Color names in this palette
CSS code for this palette
/* CSS */
.nordic {
color: #1e393e;
}
.moor-pond-green {
color: #3a5f5e;
}
.becker-blue {
color: #5c797a;
}
.chrysopal-light-green {
color: #90b2a6;
}
.bathe-blue {
color: #c2e1e5;
}
/* CSS Variables */
:root {
--nordic:#1e393e;
--moor-pond-green:#3a5f5e;
--becker-blue:#5c797a;
--chrysopal-light-green:#90b2a6;
--bathe-blue:#c2e1e5;
}