Color names in this palette
CSS code for this palette
/* CSS */
.modish-moss {
color: #c1b98a;
}
.woven {
color: #e3cfa1;
}
.smooth-as-corn-silk {
color: #f4e4b3;
}
.milky-maize {
color: #f7d7a1;
}
.prosciutto {
color: #e3b1a1;
}
/* CSS Variables */
:root {
--modish-moss:#c1b98a;
--woven:#e3cfa1;
--smooth-as-corn-silk:#f4e4b3;
--milky-maize:#f7d7a1;
--prosciutto:#e3b1a1;
}