Color names in this palette
CSS code for this palette
/* CSS */
.gladiator-leather {
color: #a85c3e;
}
.brown-clay {
color: #c67958;
}
.fulgurite-copper {
color: #e5b77b;
}
.sprouted {
color: #f2d48c;
}
.lazy-caterpillar {
color: #e5e5c8;
}
/* CSS Variables */
:root {
--gladiator-leather:#a85c3e;
--brown-clay:#c67958;
--fulgurite-copper:#e5b77b;
--sprouted:#f2d48c;
--lazy-caterpillar:#e5e5c8;
}