Color names in this palette
CSS code for this palette
/* CSS */
.gladiator-leather {
color: #a95b3d;
}
.clay {
color: #b76a4e;
}
.mid-tan {
color: #c78e5c;
}
.capital-yellow {
color: #e2b846;
}
.splash {
color: #f2d79c;
}
/* CSS Variables */
:root {
--gladiator-leather:#a95b3d;
--clay:#b76a4e;
--mid-tan:#c78e5c;
--capital-yellow:#e2b846;
--splash:#f2d79c;
}