Color names in this palette
CSS code for this palette
/* CSS */
.crystal-cut {
color: #f7f4ee;
}
.wheat-sheaf {
color: #dfd3c3;
}
.windsor-greige {
color: #c3b49d;
}
.curds-whey {
color: #b49b74;
}
.carob-brown {
color: #895b4d;
}
/* CSS Variables */
:root {
--crystal-cut:#f7f4ee;
--wheat-sheaf:#dfd3c3;
--windsor-greige:#c3b49d;
--curds-whey:#b49b74;
--carob-brown:#895b4d;
}