Color names in this palette
CSS code for this palette
/* CSS */
.nordic {
color: #1a3d3a;
}
.magnetic-green {
color: #2b6964;
}
.waterfall {
color: #3caf9c;
}
.jazzy-jade {
color: #4fd8c8;
}
.ice-crystal-blue {
color: #a7e2e1;
}
/* CSS Variables */
:root {
--nordic:#1a3d3a;
--magnetic-green:#2b6964;
--waterfall:#3caf9c;
--jazzy-jade:#4fd8c8;
--ice-crystal-blue:#a7e2e1;
}