Color names in this palette
CSS code for this palette
/* CSS */
.wheatberry {
color: #c88a5b;
}
.luxurious {
color: #d6ba5c;
}
.white-raisin {
color: #e5c18b;
}
.high-plateau {
color: #e2b678;
}
.woven-navajo {
color: #cdad8e;
}
/* CSS Variables */
:root {
--wheatberry:#c88a5b;
--luxurious:#d6ba5c;
--white-raisin:#e5c18b;
--high-plateau:#e2b678;
--woven-navajo:#cdad8e;
}