Color names in this palette
CSS code for this palette
/* CSS */
.sandshell {
color: #d7c8b7;
}
.winter-rye {
color: #a9a99e;
}
.chocolate-eclair {
color: #694949;
}
.fish-bone {
color: #e3d9c4;
}
.bumble-baby {
color: #f6f2df;
}
/* CSS Variables */
:root {
--sandshell:#d7c8b7;
--winter-rye:#a9a99e;
--chocolate-eclair:#694949;
--fish-bone:#e3d9c4;
--bumble-baby:#f6f2df;
}