Color names in this palette
CSS code for this palette
/* CSS */
.autumn-apple-yellow {
color: #d0a549;
}
.pizza {
color: #c28d3d;
}
.plaguelands-hazel {
color: #a95e28;
}
.new-amber {
color: #6d3d22;
}
.bistre {
color: #3e2b1d;
}
/* CSS Variables */
:root {
--autumn-apple-yellow:#d0a549;
--pizza:#c28d3d;
--plaguelands-hazel:#a95e28;
--new-amber:#6d3d22;
--bistre:#3e2b1d;
}