Color names in this palette
CSS code for this palette
/* CSS */
.beef-hotpot {
color: #a85f2e;
}
.marquis-orange {
color: #cf7b3a;
}
.mad-for-mango {
color: #f5a300;
}
.creamy-sweet-corn {
color: #f7c250;
}
.blockchain-gold {
color: #e7bb4b;
}
/* CSS Variables */
:root {
--beef-hotpot:#a85f2e;
--marquis-orange:#cf7b3a;
--mad-for-mango:#f5a300;
--creamy-sweet-corn:#f7c250;
--blockchain-gold:#e7bb4b;
}