Color names in this palette
CSS code for this palette
/* CSS */
.witch-s-cottage {
color: #4c3d2a;
}
.burlap {
color: #8b7a55;
}
.rincon-cove {
color: #c6b49f;
}
.italian-straw {
color: #e8d1a1;
}
.dessert-cream {
color: #f5e5d1;
}
/* CSS Variables */
:root {
--witch-s-cottage:#4c3d2a;
--burlap:#8b7a55;
--rincon-cove:#c6b49f;
--italian-straw:#e8d1a1;
--dessert-cream:#f5e5d1;
}