Color names in this palette
CSS code for this palette
/* CSS */
.winter-pear-beige {
color: #c5a45e;
}
.campground {
color: #d2a76a;
}
.ecru {
color: #c0b07c;
}
.bird-s-egg-green {
color: #a8c7b7;
}
.melanie {
color: #e1b7c3;
}
/* CSS Variables */
:root {
--winter-pear-beige:#c5a45e;
--campground:#d2a76a;
--ecru:#c0b07c;
--bird-s-egg-green:#a8c7b7;
--melanie:#e1b7c3;
}