Color names in this palette
CSS code for this palette
/* CSS */
.brown-clay {
color: #c57b59;
}
.desert-caravan {
color: #d5a26c;
}
.desert-dust {
color: #e3b88c;
}
.tequila {
color: #f2d1a6;
}
.barely-butter {
color: #f6e7c1;
}
/* CSS Variables */
:root {
--brown-clay:#c57b59;
--desert-caravan:#d5a26c;
--desert-dust:#e3b88c;
--tequila:#f2d1a6;
--barely-butter:#f6e7c1;
}