Color names in this palette
CSS code for this palette
/* CSS */
.indulgent-mocha {
color: #d2c5b7;
}
.stone-wash {
color: #e6d5c1;
}
.naturale {
color: #f1e0d0;
}
.lightweight-beige {
color: #f7e5c5;
}
.blond {
color: #f8f0bf;
}
/* CSS Variables */
:root {
--indulgent-mocha:#d2c5b7;
--stone-wash:#e6d5c1;
--naturale:#f1e0d0;
--lightweight-beige:#f7e5c5;
--blond:#f8f0bf;
}