All Palettes

Color Palette #7c9d6c, #a6c4a1, #d8e8b5, #f6e7b1, #f2d7a1

0%
0%
0%

CSS code for this palette

/* CSS */
.money {
color: #7c9d6c;
}
.pale-mint {
color: #a6c4a1;
}
.natural-youth {
color: #d8e8b5;
}
.icy-lemonade {
color: #f6e7b1;
}
.peach-patch {
color: #f2d7a1;
}

/* CSS Variables */
:root {
--money:#7c9d6c;
--pale-mint:#a6c4a1;
--natural-youth:#d8e8b5;
--icy-lemonade:#f6e7b1;
--peach-patch:#f2d7a1;
}

More palettes to explore