Color names in this palette
CSS code for this palette
/* CSS */
.barley-white {
color: #f7e4b6;
}
.woven {
color: #e2d1a1;
}
.ligonier-tan {
color: #d1b18f;
}
.coriander-seed {
color: #bfaf6e;
}
.maple-glaze {
color: #a86a3e;
}
/* CSS Variables */
:root {
--barley-white:#f7e4b6;
--woven:#e2d1a1;
--ligonier-tan:#d1b18f;
--coriander-seed:#bfaf6e;
--maple-glaze:#a86a3e;
}