Color names in this palette
CSS code for this palette
/* CSS */
.peach-butter {
color: #fbaf3c;
}
.hot-sun {
color: #f7b32b;
}
.kin-gold {
color: #f59b00;
}
.orange-pepper {
color: #db8000;
}
.butter-fudge {
color: #a85f00;
}
/* CSS Variables */
:root {
--peach-butter:#fbaf3c;
--hot-sun:#f7b32b;
--kin-gold:#f59b00;
--orange-pepper:#db8000;
--butter-fudge:#a85f00;
}