Color names in this palette
CSS code for this palette
/* CSS */
.coral-garden {
color: #d17a7b;
}
.wild-party {
color: #b87975;
}
.rattan-basket {
color: #a68e68;
}
.wild-stallion {
color: #7c5941;
}
.demitasse {
color: #4a3a30;
}
/* CSS Variables */
:root {
--coral-garden:#d17a7b;
--wild-party:#b87975;
--rattan-basket:#a68e68;
--wild-stallion:#7c5941;
--demitasse:#4a3a30;
}