Color names in this palette
CSS code for this palette
/* CSS */
.nordic {
color: #1f3a3d;
}
.moonlit-forest {
color: #3b6d6d;
}
.evora {
color: #4f8b8c;
}
.frosty-glade {
color: #a0c0c0;
}
.cotton-club {
color: #f3e3d3;
}
/* CSS Variables */
:root {
--nordic:#1f3a3d;
--moonlit-forest:#3b6d6d;
--evora:#4f8b8c;
--frosty-glade:#a0c0c0;
--cotton-club:#f3e3d3;
}