Color names in this palette
CSS code for this palette
/* CSS */
.cara-be {
color: #7b5b4c;
}
.rum-spice {
color: #a57b6f;
}
.hiker-s-delight {
color: #d3b197;
}
.d-cor-white {
color: #f2e5cf;
}
.creole-cottage {
color: #e9b99b;
}
/* CSS Variables */
:root {
--cara-be:#7b5b4c;
--rum-spice:#a57b6f;
--hiker-s-delight:#d3b197;
--d-cor-white:#f2e5cf;
--creole-cottage:#e9b99b;
}