Color names in this palette
CSS code for this palette
/* CSS */
.witch-s-cottage {
color: #4b3d2a;
}
.mayan-ruins {
color: #7d6c4f;
}
.oatmeal-biscuit {
color: #b8a76f;
}
.mocha-dandelion {
color: #f1d76f;
}
.sandy-brown {
color: #f5a85b;
}
/* CSS Variables */
:root {
--witch-s-cottage:#4b3d2a;
--mayan-ruins:#7d6c4f;
--oatmeal-biscuit:#b8a76f;
--mocha-dandelion:#f1d76f;
--sandy-brown:#f5a85b;
}