Color names in this palette
CSS code for this palette
/* CSS */
.nordic {
color: #1f3a3d;
}
.moat {
color: #3f6c6e;
}
.steel-pan-mallet {
color: #6fa5a2;
}
.winter-chill {
color: #8fd2d6;
}
.let-it-snow {
color: #d6f3f5;
}
/* CSS Variables */
:root {
--nordic:#1f3a3d;
--moat:#3f6c6e;
--steel-pan-mallet:#6fa5a2;
--winter-chill:#8fd2d6;
--let-it-snow:#d6f3f5;
}