Color names in this palette
CSS code for this palette
/* CSS */
.sheepskin {
color: #d9b58c;
}
.campground {
color: #d1a76b;
}
.wheatberry {
color: #c68a5d;
}
.thanksgiving {
color: #b56e4a;
}
.ancient-copper {
color: #9f533c;
}
/* CSS Variables */
:root {
--sheepskin:#d9b58c;
--campground:#d1a76b;
--wheatberry:#c68a5d;
--thanksgiving:#b56e4a;
--ancient-copper:#9f533c;
}