Color names in this palette
CSS code for this palette
/* CSS */
.soft-suede {
color: #d5ccae;
}
.ginger-ale {
color: #c6a96c;
}
.nugget {
color: #c18d25;
}
.gladiator-leather {
color: #a85e3e;
}
.mummy-brown {
color: #7e4d26;
}
/* CSS Variables */
:root {
--soft-suede:#d5ccae;
--ginger-ale:#c6a96c;
--nugget:#c18d25;
--gladiator-leather:#a85e3e;
--mummy-brown:#7e4d26;
}