Color names in this palette
CSS code for this palette
/* CSS */
.thatched-cottage {
color: #d6c8a8;
}
.rodeo-roundup {
color: #a88e6b;
}
.overgrown-trees {
color: #6c604b;
}
.rich-olive {
color: #3f4b40;
}
.snap-shot {
color: #2b3d50;
}
/* CSS Variables */
:root {
--thatched-cottage:#d6c8a8;
--rodeo-roundup:#a88e6b;
--overgrown-trees:#6c604b;
--rich-olive:#3f4b40;
--snap-shot:#2b3d50;
}