Color names in this palette
CSS code for this palette
/* CSS */
.witch-s-cottage {
color: #4b3e2a;
}
.ber-umber {
color: #795a39;
}
.barite {
color: #9f7a5b;
}
.luxurious {
color: #d4b95e;
}
.sultan-sand {
color: #e1cabc;
}
/* CSS Variables */
:root {
--witch-s-cottage:#4b3e2a;
--ber-umber:#795a39;
--barite:#9f7a5b;
--luxurious:#d4b95e;
--sultan-sand:#e1cabc;
}