All Palettes

Color Palette #1f3a3d, #3b6d6d, #4f8b8c, #a0c0c0, #f3e3d3

0%
0%
0%

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;
}

More palettes to explore