Color names in this palette
CSS code for this palette
/* CSS */
.wheat-tortilla {
color: #a39b7b;
}
.straw-harvest {
color: #dac9a4;
}
.smooth-as-corn-silk {
color: #f5e4b2;
}
.light-penna {
color: #c9d5e8;
}
.misted-eve {
color: #a3b6d1;
}
/* CSS Variables */
:root {
--wheat-tortilla:#a39b7b;
--straw-harvest:#dac9a4;
--smooth-as-corn-silk:#f5e4b2;
--light-penna:#c9d5e8;
--misted-eve:#a3b6d1;
}