Color names in this palette
CSS code for this palette
/* CSS */
.amber-autumn {
color: #c69c6c;
}
.gladiator-leather {
color: #a85e3e;
}
.mincemeat {
color: #b6683e;
}
.dried-goldenrod {
color: #e6a92d;
}
.cheeky-chestnut {
color: #794d39;
}
/* CSS Variables */
:root {
--amber-autumn:#c69c6c;
--gladiator-leather:#a85e3e;
--mincemeat:#b6683e;
--dried-goldenrod:#e6a92d;
--cheeky-chestnut:#794d39;
}