Color names in this palette
CSS code for this palette
/* CSS */
.desert-dust {
color: #e3b68c;
}
.wonton-dumpling {
color: #d0a66c;
}
.yellow-acorn {
color: #b78b4e;
}
.sneezy {
color: #9e7933;
}
.brassy-brass {
color: #7b5c23;
}
/* CSS Variables */
:root {
--desert-dust:#e3b68c;
--wonton-dumpling:#d0a66c;
--yellow-acorn:#b78b4e;
--sneezy:#9e7933;
--brassy-brass:#7b5c23;
}