Color names in this palette
CSS code for this palette
/* CSS */
.mack-creek {
color: #bfae5a;
}
.musket {
color: #7e6c3a;
}
.witch-s-cottage {
color: #4c3f29;
}
.ancient-pottery {
color: #a37d5c;
}
.loofah {
color: #e3d5b5;
}
/* CSS Variables */
:root {
--mack-creek:#bfae5a;
--musket:#7e6c3a;
--witch-s-cottage:#4c3f29;
--ancient-pottery:#a37d5c;
--loofah:#e3d5b5;
}