All Palettes

Color Palette #2a3a3c, #5b8b8b, #8dc9a1, #d1e7c5, #f5faf6

0%
0%
0%

CSS code for this palette

/* CSS */
.far-away-grey {
color: #2a3a3c;
}
.steel-teal {
color: #5b8b8b;
}
.frost-gum {
color: #8dc9a1;
}
.green-song {
color: #d1e7c5;
}
.whitest-white {
color: #f5faf6;
}

/* CSS Variables */
:root {
--far-away-grey:#2a3a3c;
--steel-teal:#5b8b8b;
--frost-gum:#8dc9a1;
--green-song:#d1e7c5;
--whitest-white:#f5faf6;
}

More palettes to explore