Color names in this palette
CSS code for this palette
/* CSS */
.gladiator-leather {
color: #a85e3e;
}
.orange-clay {
color: #e8a87d;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
.persimmon-orange {
color: #f3712b;
}
/* CSS Variables */
:root {
--gladiator-leather:#a85e3e;
--orange-clay:#e8a87d;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
--persimmon-orange:#f3712b;
}