Color names in this palette
CSS code for this palette
/* CSS */
.facemark {
color: #f7d288;
}
.mango-margarita {
color: #f4b74e;
}
.culpeo {
color: #e5a038;
}
.sweet-potato {
color: #d77d3c;
}
.gladiator-leather {
color: #a95b3d;
}
/* CSS Variables */
:root {
--facemark:#f7d288;
--mango-margarita:#f4b74e;
--culpeo:#e5a038;
--sweet-potato:#d77d3c;
--gladiator-leather:#a95b3d;
}