Color names in this palette
CSS code for this palette
/* CSS */
.nordic {
color: #1f3a3d;
}
.moonlit-forest {
color: #3b6d6d;
}
.aurora-teal {
color: #6cb2ae;
}
.smooth-satin {
color: #a4d6d2;
}
.distant-horizon {
color: #f1f8f8;
}
/* CSS Variables */
:root {
--nordic:#1f3a3d;
--moonlit-forest:#3b6d6d;
--aurora-teal:#6cb2ae;
--smooth-satin:#a4d6d2;
--distant-horizon:#f1f8f8;
}