Color names in this palette
CSS code for this palette
/* CSS */
.mid-century-furniture {
color: #ac5f20;
}
.flower-field {
color: #d8a86f;
}
.faint-fawn {
color: #e3c59c;
}
.smooth-as-corn-silk {
color: #f6e5b1;
}
.prosecco {
color: #f9d4a4;
}
/* CSS Variables */
:root {
--mid-century-furniture:#ac5f20;
--flower-field:#d8a86f;
--faint-fawn:#e3c59c;
--smooth-as-corn-silk:#f6e5b1;
--prosecco:#f9d4a4;
}