Color names in this palette
CSS code for this palette
/* CSS */
.nordic {
color: #1f3a3d;
}
.autumn-night {
color: #3a5b5f;
}
.nickel-ore-green {
color: #507c7c;
}
.aquastone {
color: #8bc6b6;
}
.homeopathic-blue {
color: #dae7e3;
}
/* CSS Variables */
:root {
--nordic:#1f3a3d;
--autumn-night:#3a5b5f;
--nickel-ore-green:#507c7c;
--aquastone:#8bc6b6;
--homeopathic-blue:#dae7e3;
}