Color names in this palette
CSS code for this palette
/* CSS */
.afternoon-stroll {
color: #d8c4a2;
}
.wild-rye {
color: #b5a38c;
}
.beach-cabana {
color: #a88e80;
}
.cracked-earth {
color: #c6b19f;
}
.chopsticks {
color: #e1d2b7;
}
/* CSS Variables */
:root {
--afternoon-stroll:#d8c4a2;
--wild-rye:#b5a38c;
--beach-cabana:#a88e80;
--cracked-earth:#c6b19f;
--chopsticks:#e1d2b7;
}