All Palettes

Color Palette #1f3a3d, #4b8b7a, #79b4a1, #a7e2d4, #f2f8f5

0%
0%
0%

CSS code for this palette

/* CSS */
.nordic {
color: #1f3a3d;
}
.winter-green {
color: #4b8b7a;
}
.beau-monde {
color: #79b4a1;
}
.botanical-tint {
color: #a7e2d4;
}
.chef-s-hat {
color: #f2f8f5;
}

/* CSS Variables */
:root {
--nordic:#1f3a3d;
--winter-green:#4b8b7a;
--beau-monde:#79b4a1;
--botanical-tint:#a7e2d4;
--chef-s-hat:#f2f8f5;
}

More palettes to explore