All Palettes

Color Palette #1f3a3d, #3b6d6d, #6cb2ae, #a4d6d2, #f1f8f8

0%
0%
0%

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

More palettes to explore