Color names in this palette
CSS code for this palette
/* CSS */
.fairway {
color: #496e4d;
}
.herbal-scent {
color: #8c9c7c;
}
.drizzle {
color: #a2af9d;
}
.double-spanish-white {
color: #d4c3a1;
}
.chopsticks {
color: #e1d2b7;
}
/* CSS Variables */
:root {
--fairway:#496e4d;
--herbal-scent:#8c9c7c;
--drizzle:#a2af9d;
--double-spanish-white:#d4c3a1;
--chopsticks:#e1d2b7;
}