Color names in this palette
CSS code for this palette
/* CSS */
.chestnut {
color: #7a2900;
}
.butter-fudge {
color: #a85f00;
}
.harvest-eve-gold {
color: #d68f00;
}
.blue-angels-yellow {
color: #fab700;
}
.gold-thread {
color: #fceab0;
}
/* CSS Variables */
:root {
--chestnut:#7a2900;
--butter-fudge:#a85f00;
--harvest-eve-gold:#d68f00;
--blue-angels-yellow:#fab700;
--gold-thread:#fceab0;
}