Color names in this palette
CSS code for this palette
/* CSS */
.nomadic-desert {
color: #c7b299;
}
.flax-beige {
color: #d5c3b3;
}
.hampton {
color: #e8d5a1;
}
.smooth-as-corn-silk {
color: #f4e4b4;
}
.milky-maize {
color: #f7d7a1;
}
/* CSS Variables */
:root {
--nomadic-desert:#c7b299;
--flax-beige:#d5c3b3;
--hampton:#e8d5a1;
--smooth-as-corn-silk:#f4e4b4;
--milky-maize:#f7d7a1;
}