Color names in this palette
CSS code for this palette
/* CSS */
.nordic {
color: #1f3a3d;
}
.moonlit-forest {
color: #3b6d6d;
}
.dexter {
color: #6bb3af;
}
.summer-soft-blue {
color: #93d2d2;
}
.ethereal-white {
color: #e4f1f1;
}
/* CSS Variables */
:root {
--nordic:#1f3a3d;
--moonlit-forest:#3b6d6d;
--dexter:#6bb3af;
--summer-soft-blue:#93d2d2;
--ethereal-white:#e4f1f1;
}