Color names in this palette
CSS code for this palette
/* CSS */
.straw-basket {
color: #d8c79d;
}
.nevada-sand {
color: #e9d7b9;
}
.creamy-vanilla {
color: #f2e4c0;
}
.tamale-maize {
color: #f7e8b6;
}
.antique-wicker-basket {
color: #f1d3a2;
}
/* CSS Variables */
:root {
--straw-basket:#d8c79d;
--nevada-sand:#e9d7b9;
--creamy-vanilla:#f2e4c0;
--tamale-maize:#f7e8b6;
--antique-wicker-basket:#f1d3a2;
}