Color names in this palette
CSS code for this palette
/* CSS */
.whipped-peach {
color: #f9cfae;
}
.creole-cottage {
color: #e6b698;
}
.zanci {
color: #d38a78;
}
.earthen-jug {
color: #a65e3a;
}
.potting-soil {
color: #5b3f2f;
}
/* CSS Variables */
:root {
--whipped-peach:#f9cfae;
--creole-cottage:#e6b698;
--zanci:#d38a78;
--earthen-jug:#a65e3a;
--potting-soil:#5b3f2f;
}