Color names in this palette
CSS code for this palette
/* CSS */
.del-sol-maize {
color: #d8c292;
}
.harvest-gold {
color: #e8b569;
}
.mad-for-mango {
color: #f5a300;
}
.golden-oak {
color: #a56d2c;
}
.witch-s-cottage {
color: #4b3c2a;
}
/* CSS Variables */
:root {
--del-sol-maize:#d8c292;
--harvest-gold:#e8b569;
--mad-for-mango:#f5a300;
--golden-oak:#a56d2c;
--witch-s-cottage:#4b3c2a;
}