Color names in this palette
CSS code for this palette
/* CSS */
.woven-raffia {
color: #f0e1c1;
}
.chintz {
color: #d5c6b8;
}
.taupe-tapestry {
color: #c5a69b;
}
.mazzone {
color: #b38e7a;
}
.mocha-mousse {
color: #9a6e5b;
}
/* CSS Variables */
:root {
--woven-raffia:#f0e1c1;
--chintz:#d5c6b8;
--taupe-tapestry:#c5a69b;
--mazzone:#b38e7a;
--mocha-mousse:#9a6e5b;
}