Color names in this palette
CSS code for this palette
/* CSS */
.lover-s-hideaway {
color: #d1c6b3;
}
.stoneware {
color: #a4978e;
}
.bridle-leather {
color: #8f7b70;
}
.oak-creek {
color: #5d504b;
}
.mole {
color: #3c2e2a;
}
/* CSS Variables */
:root {
--lover-s-hideaway:#d1c6b3;
--stoneware:#a4978e;
--bridle-leather:#8f7b70;
--oak-creek:#5d504b;
--mole:#3c2e2a;
}