Color names in this palette
CSS code for this palette
/* CSS */
.ecru {
color: #c2b180;
}
.natural-twine {
color: #d9c49b;
}
.buckwheat-groats {
color: #e1d7a8;
}
.marquisette {
color: #f2d49c;
}
.eastern-gold {
color: #b99a6e;
}
/* CSS Variables */
:root {
--ecru:#c2b180;
--natural-twine:#d9c49b;
--buckwheat-groats:#e1d7a8;
--marquisette:#f2d49c;
--eastern-gold:#b99a6e;
}