Color names in this palette
CSS code for this palette
/* CSS */
.fertile-soil {
color: #8c5f3b;
}
.desert-caravan {
color: #d6a46b;
}
.desert-dust {
color: #e4b88b;
}
.banana-ice-cream {
color: #f1d3b1;
}
.red-mane {
color: #6d3b2c;
}
/* CSS Variables */
:root {
--fertile-soil:#8c5f3b;
--desert-caravan:#d6a46b;
--desert-dust:#e4b88b;
--banana-ice-cream:#f1d3b1;
--red-mane:#6d3b2c;
}