Color names in this palette
CSS code for this palette
/* CSS */
.tan-hide {
color: #fa9e5c;
}
.mango-margarita {
color: #f7b84b;
}
.marigold-dust {
color: #f5d03d;
}
.indian-maize {
color: #e4c14e;
}
.campground {
color: #d1a76b;
}
/* CSS Variables */
:root {
--tan-hide:#fa9e5c;
--mango-margarita:#f7b84b;
--marigold-dust:#f5d03d;
--indian-maize:#e4c14e;
--campground:#d1a76b;
}