Color names in this palette
CSS code for this palette
/* CSS */
.abbot {
color: #4d3c2e;
}
.lye-tinted {
color: #7e6b5d;
}
.flax-fibre-grey {
color: #b7a99a;
}
.cupcake-rose {
color: #e6c8b7;
}
.white-cedar {
color: #f5e0c2;
}
/* CSS Variables */
:root {
--abbot:#4d3c2e;
--lye-tinted:#7e6b5d;
--flax-fibre-grey:#b7a99a;
--cupcake-rose:#e6c8b7;
--white-cedar:#f5e0c2;
}