Color names in this palette
CSS code for this palette
/* CSS */
.nordic {
color: #1f3a3d;
}
.north-sea {
color: #2c6c6d;
}
.green-grapple {
color: #3cb4b0;
}
.sea-life {
color: #5bc8c1;
}
.ice-crystal-blue {
color: #a6e8e5;
}
/* CSS Variables */
:root {
--nordic:#1f3a3d;
--north-sea:#2c6c6d;
--green-grapple:#3cb4b0;
--sea-life:#5bc8c1;
--ice-crystal-blue:#a6e8e5;
}