Color names in this palette
CSS code for this palette
/* CSS */
.light-pecan-pine {
color: #f2eae3;
}
.stone-wash {
color: #e5d4c2;
}
.soba {
color: #d1b79f;
}
.fiesta-rojo {
color: #b57d7d;
}
.false-morel {
color: #7b4c4c;
}
/* CSS Variables */
:root {
--light-pecan-pine:#f2eae3;
--stone-wash:#e5d4c2;
--soba:#d1b79f;
--fiesta-rojo:#b57d7d;
--false-morel:#7b4c4c;
}