Color names in this palette
CSS code for this palette
/* CSS */
.witch-s-cottage {
color: #4c3e29;
}
.dapper {
color: #705c48;
}
.tannin {
color: #a78c6c;
}
.river-of-gold {
color: #e3b95f;
}
.caramelo-dulce {
color: #d89d69;
}
/* CSS Variables */
:root {
--witch-s-cottage:#4c3e29;
--dapper:#705c48;
--tannin:#a78c6c;
--river-of-gold:#e3b95f;
--caramelo-dulce:#d89d69;
}