Color names in this palette
CSS code for this palette
/* CSS */
.d-paysement {
color: #e5d8c8;
}
.mooloolaba {
color: #c7baa9;
}
.bidwell-brown {
color: #b0998d;
}
.redwood-forest {
color: #8e6f5d;
}
.demitasse {
color: #4a3c30;
}
/* CSS Variables */
:root {
--d-paysement:#e5d8c8;
--mooloolaba:#c7baa9;
--bidwell-brown:#b0998d;
--redwood-forest:#8e6f5d;
--demitasse:#4a3c30;
}