Color names in this palette
CSS code for this palette
/* CSS */
.yellow-acorn {
color: #b78b4e;
}
.luxurious {
color: #d6b65c;
}
.celebration {
color: #e6c27a;
}
.antique-wicker-basket {
color: #f3d3a0;
}
.ginger-ale {
color: #c9a86e;
}
/* CSS Variables */
:root {
--yellow-acorn:#b78b4e;
--luxurious:#d6b65c;
--celebration:#e6c27a;
--antique-wicker-basket:#f3d3a0;
--ginger-ale:#c9a86e;
}