Color names in this palette
CSS code for this palette
/* CSS */
.christmas-brown {
color: #5c2e2d;
}
.forbidden-red {
color: #8b4946;
}
.bite-my-tongue {
color: #d67e76;
}
.wax-flower {
color: #efb69f;
}
.indian-clay {
color: #f2d0c0;
}
/* CSS Variables */
:root {
--christmas-brown:#5c2e2d;
--forbidden-red:#8b4946;
--bite-my-tongue:#d67e76;
--wax-flower:#efb69f;
--indian-clay:#f2d0c0;
}