Color names in this palette
CSS code for this palette
/* CSS */
.frontier-fort {
color: #c1b19f;
}
.stucco {
color: #a48e7f;
}
.wild-cattail {
color: #8e6a5d;
}
.kitsilano-cookie {
color: #d2c7b2;
}
.china-doll {
color: #f2e3d4;
}
/* CSS Variables */
:root {
--frontier-fort:#c1b19f;
--stucco:#a48e7f;
--wild-cattail:#8e6a5d;
--kitsilano-cookie:#d2c7b2;
--china-doll:#f2e3d4;
}