CSS code for this palette
/* CSS */
.pizza {
color: #c28d3d;
}
.afghan-sand {
color: #d2a85b;
}
.tal-yi-gold {
color: #e6b15b;
}
.igniting {
color: #f4d79a;
}
.cobrizo {
color: #b76d5c;
}
/* CSS Variables */
:root {
--pizza:#c28d3d;
--afghan-sand:#d2a85b;
--tal-yi-gold:#e6b15b;
--igniting:#f4d79a;
--cobrizo:#b76d5c;
}