Color names in this palette
CSS code for this palette
/* CSS */
.campground {
color: #d3a769;
}
.beech-nut {
color: #d8b59d;
}
.birthday-suit {
color: #e1c6b7;
}
.vanilla-paste {
color: #f3e7d3;
}
.whipped-peach {
color: #f9cfae;
}
/* CSS Variables */
:root {
--campground:#d3a769;
--beech-nut:#d8b59d;
--birthday-suit:#e1c6b7;
--vanilla-paste:#f3e7d3;
--whipped-peach:#f9cfae;
}