Color names in this palette
CSS code for this palette
/* CSS */
.ground-ginger {
color: #d9cba0;
}
.basket-beige {
color: #c0a78c;
}
.hidden-treasure {
color: #a48f74;
}
.wild-west {
color: #7c5c50;
}
.pergament {
color: #c1a58a;
}
/* CSS Variables */
:root {
--ground-ginger:#d9cba0;
--basket-beige:#c0a78c;
--hidden-treasure:#a48f74;
--wild-west:#7c5c50;
--pergament:#c1a58a;
}