Color names in this palette
CSS code for this palette
/* CSS */
.woven-raffia {
color: #f0e1c1;
}
.creole-cottage {
color: #e7b99c;
}
.fire-chalk {
color: #d0836c;
}
.tile-red {
color: #c86b4c;
}
.indian-summer {
color: #a64f3f;
}
/* CSS Variables */
:root {
--woven-raffia:#f0e1c1;
--creole-cottage:#e7b99c;
--fire-chalk:#d0836c;
--tile-red:#c86b4c;
--indian-summer:#a64f3f;
}