Color names in this palette
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;
}