Color names in this palette
CSS code for this palette
/* CSS */
.gyoza-dumpling {
color: #d8b56e;
}
.caramel-macchiato {
color: #c68a4e;
}
.gladiator-leather {
color: #a85c3e;
}
.ginger-ale {
color: #c9a86e;
}
.white-raisin {
color: #e5c18b;
}
/* CSS Variables */
:root {
--gyoza-dumpling:#d8b56e;
--caramel-macchiato:#c68a4e;
--gladiator-leather:#a85c3e;
--ginger-ale:#c9a86e;
--white-raisin:#e5c18b;
}