Color names in this palette
CSS code for this palette
/* CSS */
.cheddar {
color: #f09e05;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.majestic-treasures {
color: #f2e7a6;
}
.chanterelle {
color: #d7a31d;
}
.beef-hotpot {
color: #a85f2e;
}
/* CSS Variables */
:root {
--cheddar:#f09e05;
--solar-plexus-chakra:#f1c84b;
--majestic-treasures:#f2e7a6;
--chanterelle:#d7a31d;
--beef-hotpot:#a85f2e;
}