Color names in this palette
CSS code for this palette
/* CSS */
.gladiator-leather {
color: #a85e3e;
}
.gingersnap {
color: #c79d70;
}
.farm-straw {
color: #d9b54a;
}
.cutlery-polish {
color: #f4dba4;
}
.chestnut-stallion {
color: #9c5b3a;
}
/* CSS Variables */
:root {
--gladiator-leather:#a85e3e;
--gingersnap:#c79d70;
--farm-straw:#d9b54a;
--cutlery-polish:#f4dba4;
--chestnut-stallion:#9c5b3a;
}