Color names in this palette
CSS code for this palette
/* CSS */
.nordic {
color: #1f3a3d;
}
.north-sea {
color: #2d6b6c;
}
.arctic-green {
color: #4bb9b7;
}
.cold-blue {
color: #80dfe0;
}
.duck-egg-blue {
color: #c2f4f5;
}
/* CSS Variables */
:root {
--nordic:#1f3a3d;
--north-sea:#2d6b6c;
--arctic-green:#4bb9b7;
--cold-blue:#80dfe0;
--duck-egg-blue:#c2f4f5;
}