Color names in this palette
CSS code for this palette
/* CSS */
.banyan-tree {
color: #8f7c3d;
}
.brick-a-brack {
color: #a45d3d;
}
.gobi-sand {
color: #d6aa71;
}
.self-destruct {
color: #c3b298;
}
.button-eyes {
color: #4e3b31;
}
/* CSS Variables */
:root {
--banyan-tree:#8f7c3d;
--brick-a-brack:#a45d3d;
--gobi-sand:#d6aa71;
--self-destruct:#c3b298;
--button-eyes:#4e3b31;
}