Color names in this palette
CSS code for this palette
/* CSS */
.wild-cattail {
color: #8e6a5d;
}
.cup-of-cocoa {
color: #b8a189;
}
.stone-wash {
color: #e6d5c1;
}
.coco {
color: #d3b8a1;
}
.royal-liqueur {
color: #7b4b42;
}
/* CSS Variables */
:root {
--wild-cattail:#8e6a5d;
--cup-of-cocoa:#b8a189;
--stone-wash:#e6d5c1;
--coco:#d3b8a1;
--royal-liqueur:#7b4b42;
}