Color names in this palette
CSS code for this palette
/* CSS */
.coffee {
color: #714e38;
}
.beef-hotpot {
color: #a85f2e;
}
.harvest-time {
color: #d18861;
}
.peach-patch {
color: #f2d7a1;
}
.banana-br-l-e {
color: #f7e9bb;
}
/* CSS Variables */
:root {
--coffee:#714e38;
--beef-hotpot:#a85f2e;
--harvest-time:#d18861;
--peach-patch:#f2d7a1;
--banana-br-l-e:#f7e9bb;
}