Color names in this palette
CSS code for this palette
/* CSS */
.earthy-ochre {
color: #bfaf88;
}
.country-linens {
color: #d6c2a8;
}
.seasonal-beige {
color: #e5b69f;
}
.stone-fruit {
color: #f2a48c;
}
.deep-coral {
color: #da7a4e;
}
/* CSS Variables */
:root {
--earthy-ochre:#bfaf88;
--country-linens:#d6c2a8;
--seasonal-beige:#e5b69f;
--stone-fruit:#f2a48c;
--deep-coral:#da7a4e;
}