Color names in this palette
CSS code for this palette
/* CSS */
.gruy-re-cheese {
color: #f5deb2;
}
.biltmore-buff {
color: #e3cca1;
}
.artemis {
color: #d1a86b;
}
.pizza {
color: #c28d3d;
}
.buttered-rum {
color: #a36e2e;
}
/* CSS Variables */
:root {
--gruy-re-cheese:#f5deb2;
--biltmore-buff:#e3cca1;
--artemis:#d1a86b;
--pizza:#c28d3d;
--buttered-rum:#a36e2e;
}