CSS code for this palette
/* CSS */
.pyrite {
color: #f4c543;
}
.culpeo {
color: #e5a038;
}
.decaying-leaf {
color: #d17a33;
}
.beef-patties {
color: #b8572e;
}
.edocha {
color: #9d3d2a;
}
/* CSS Variables */
:root {
--pyrite:#f4c543;
--culpeo:#e5a038;
--decaying-leaf:#d17a33;
--beef-patties:#b8572e;
--edocha:#9d3d2a;
}