Color names in this palette
CSS code for this palette
/* CSS */
.sheer-scarf {
color: #e4d6c9;
}
.kitsilano-cookie {
color: #d2c7b2;
}
.garlic-beige {
color: #b1aaa0;
}
.chinchilla {
color: #9c8f7c;
}
.nut-cracker {
color: #806c5b;
}
/* CSS Variables */
:root {
--sheer-scarf:#e4d6c9;
--kitsilano-cookie:#d2c7b2;
--garlic-beige:#b1aaa0;
--chinchilla:#9c8f7c;
--nut-cracker:#806c5b;
}