Color names in this palette
CSS code for this palette
/* CSS */
.sweet-mustard {
color: #d7b670;
}
.tiny-calf {
color: #dfc0a4;
}
.nevada-sand {
color: #e9d4b9;
}
.cauliflower-cream {
color: #f4e4c8;
}
.diamond {
color: #f9f7e1;
}
/* CSS Variables */
:root {
--sweet-mustard:#d7b670;
--tiny-calf:#dfc0a4;
--nevada-sand:#e9d4b9;
--cauliflower-cream:#f4e4c8;
--diamond:#f9f7e1;
}