Color names in this palette
CSS code for this palette
/* CSS */
.desert-soil {
color: #9f5d3c;
}
.dusty-gold {
color: #d6b89a;
}
.bonsai-pot {
color: #b7af9a;
}
.pale-blush {
color: #e0afa4;
}
.chocolate-eclair {
color: #694949;
}
/* CSS Variables */
:root {
--desert-soil:#9f5d3c;
--dusty-gold:#d6b89a;
--bonsai-pot:#b7af9a;
--pale-blush:#e0afa4;
--chocolate-eclair:#694949;
}