Color names in this palette
CSS code for this palette
/* CSS */
.sugar-cookie {
color: #f2e1a1;
}
.ground-ginger {
color: #d9cba1;
}
.wagon-wheel {
color: #c1b79f;
}
.woodland-sage {
color: #a5a293;
}
.more-than-a-week {
color: #8d8d8b;
}
/* CSS Variables */
:root {
--sugar-cookie:#f2e1a1;
--ground-ginger:#d9cba1;
--wagon-wheel:#c1b79f;
--woodland-sage:#a5a293;
--more-than-a-week:#8d8d8b;
}