Color names in this palette
CSS code for this palette
/* CSS */
.hot-sauce {
color: #ae4d42;
}
.brick-dust {
color: #a8695d;
}
.desert-caravan {
color: #d3a269;
}
.bountiful-gold {
color: #e4c06c;
}
.naturale {
color: #f1e0d0;
}
/* CSS Variables */
:root {
--hot-sauce:#ae4d42;
--brick-dust:#a8695d;
--desert-caravan:#d3a269;
--bountiful-gold:#e4c06c;
--naturale:#f1e0d0;
}