All Palettes

Color Palette #1f3a3d, #4f6c6d, #8ab7b4, #d9b863, #f07f7f

0%
0%
0%

CSS code for this palette

/* CSS */
.nordic {
color: #1f3a3d;
}
.sequoia-lake {
color: #4f6c6d;
}
.vintage-blue {
color: #8ab7b4;
}
.misted-yellow {
color: #d9b863;
}
.meat {
color: #f07f7f;
}

/* CSS Variables */
:root {
--nordic:#1f3a3d;
--sequoia-lake:#4f6c6d;
--vintage-blue:#8ab7b4;
--misted-yellow:#d9b863;
--meat:#f07f7f;
}

More palettes to explore