CSS code for this palette
/* CSS */
.beef-hotpot {
color: #a85f2e;
}
.rustic-adobe {
color: #d0996d;
}
.zinnia-gold {
color: #ffd780;
}
.cos {
color: #a4c68b;
}
.money {
color: #7c9b69;
}
/* CSS Variables */
:root {
--beef-hotpot:#a85f2e;
--rustic-adobe:#d0996d;
--zinnia-gold:#ffd780;
--cos:#a4c68b;
--money:#7c9b69;
}