Color names in this palette
CSS code for this palette
/* CSS */
.indian-brass {
color: #a57e3b;
}
.antique-gold {
color: #b29e5c;
}
.tasman-honey-yellow {
color: #e3c85f;
}
.cymophane-yellow {
color: #f2e6a6;
}
.seasonal-beige {
color: #e5b59f;
}
/* CSS Variables */
:root {
--indian-brass:#a57e3b;
--antique-gold:#b29e5c;
--tasman-honey-yellow:#e3c85f;
--cymophane-yellow:#f2e6a6;
--seasonal-beige:#e5b59f;
}