All Palettes

Color Palette #4c5b5d, #a2bea3, #d2e5d3, #f1e5b6, #f8b3af

0%
0%
0%

CSS code for this palette

/* CSS */
.submarine-grey {
color: #4c5b5d;
}
.reeds {
color: #a2bea3;
}
.herbal-mist {
color: #d2e5d3;
}
.bad-moon-yellow {
color: #f1e5b6;
}
.sango-pink {
color: #f8b3af;
}

/* CSS Variables */
:root {
--submarine-grey:#4c5b5d;
--reeds:#a2bea3;
--herbal-mist:#d2e5d3;
--bad-moon-yellow:#f1e5b6;
--sango-pink:#f8b3af;
}

More palettes to explore