Color names in this palette
CSS code for this palette
/* CSS */
.sweet-mustard {
color: #d7b670;
}
.gourmet-honey {
color: #e3c9a6;
}
.ginger-ale {
color: #c9a86e;
}
.antique-gold {
color: #b69c5d;
}
.caramelized-pecan {
color: #a37b4d;
}
/* CSS Variables */
:root {
--sweet-mustard:#d7b670;
--gourmet-honey:#e3c9a6;
--ginger-ale:#c9a86e;
--antique-gold:#b69c5d;
--caramelized-pecan:#a37b4d;
}