Color names in this palette
CSS code for this palette
/* CSS */
.yellow-varnish {
color: #e6b765;
}
.afghan-sand {
color: #d2a85b;
}
.amber-glass {
color: #c79a57;
}
.yellow-acorn {
color: #b5904f;
}
.yellow-sand {
color: #a18445;
}
/* CSS Variables */
:root {
--yellow-varnish:#e6b765;
--afghan-sand:#d2a85b;
--amber-glass:#c79a57;
--yellow-acorn:#b5904f;
--yellow-sand:#a18445;
}