Color names in this palette
CSS code for this palette
/* CSS */
.dusty-path {
color: #8c7963;
}
.cottage-walk {
color: #a08c79;
}
.avocado-whip {
color: #cfd5b3;
}
.dry-sage {
color: #8c8c78;
}
.rose-colored-glasses {
color: #e5c2c2;
}
/* CSS Variables */
:root {
--dusty-path:#8c7963;
--cottage-walk:#a08c79;
--avocado-whip:#cfd5b3;
--dry-sage:#8c8c78;
--rose-colored-glasses:#e5c2c2;
}