Color names in this palette
CSS code for this palette
/* CSS */
.gruy-re-cheese {
color: #f5deb2;
}
.biltmore-buff {
color: #e3cca1;
}
.cracker-bitz {
color: #d1b389;
}
.new-wheat {
color: #d0af6d;
}
.yellow-maize {
color: #c0aa54;
}
/* CSS Variables */
:root {
--gruy-re-cheese:#f5deb2;
--biltmore-buff:#e3cca1;
--cracker-bitz:#d1b389;
--new-wheat:#d0af6d;
--yellow-maize:#c0aa54;
}