Color names in this palette
CSS code for this palette
/* CSS */
.beige-linen {
color: #e2dac5;
}
.flax-fibre-grey {
color: #b7a99a;
}
.mocha-madness {
color: #8b6b5b;
}
.witch-s-cottage {
color: #4b3c2a;
}
.tetsu-guro-black {
color: #2c1b16;
}
/* CSS Variables */
:root {
--beige-linen:#e2dac5;
--flax-fibre-grey:#b7a99a;
--mocha-madness:#8b6b5b;
--witch-s-cottage:#4b3c2a;
--tetsu-guro-black:#2c1b16;
}