CSS code for this palette
/* CSS */
.brown-bear {
color: #4b4035;
}
.cara-be {
color: #795a4e;
}
.fire-dust {
color: #b88b6b;
}
.luxurious {
color: #d7b85b;
}
.glad-yellow {
color: #f3e2aa;
}
/* CSS Variables */
:root {
--brown-bear:#4b4035;
--cara-be:#795a4e;
--fire-dust:#b88b6b;
--luxurious:#d7b85b;
--glad-yellow:#f3e2aa;
}