Color names in this palette
CSS code for this palette
/* CSS */
.woodhaven {
color: #9c7b6d;
}
.vast-desert {
color: #c2af99;
}
.loofah {
color: #e4d4b4;
}
.cottonseed {
color: #f5e5c7;
}
.pot-of-cream {
color: #f9f5e6;
}
/* CSS Variables */
:root {
--woodhaven:#9c7b6d;
--vast-desert:#c2af99;
--loofah:#e4d4b4;
--cottonseed:#f5e5c7;
--pot-of-cream:#f9f5e6;
}