Color names in this palette
CSS code for this palette
/* CSS */
.gladiator-leather {
color: #a85e3e;
}
.flickering-gold {
color: #c2a56b;
}
.italian-straw {
color: #e7d0a2;
}
.flan {
color: #f6e3b6;
}
.flush-pink {
color: #f9cac3;
}
/* CSS Variables */
:root {
--gladiator-leather:#a85e3e;
--flickering-gold:#c2a56b;
--italian-straw:#e7d0a2;
--flan:#f6e3b6;
--flush-pink:#f9cac3;
}