Color names in this palette
CSS code for this palette
/* CSS */
.rusty-coin {
color: #8c5a2b;
}
.force-of-nature {
color: #d5c76c;
}
.banana-br-l-e {
color: #f7e9bb;
}
.ginger-dough {
color: #b06d3b;
}
.bright-eggplant {
color: #5c4b8b;
}
/* CSS Variables */
:root {
--rusty-coin:#8c5a2b;
--force-of-nature:#d5c76c;
--banana-br-l-e:#f7e9bb;
--ginger-dough:#b06d3b;
--bright-eggplant:#5c4b8b;
}