Color names in this palette
CSS code for this palette
/* CSS */
.dark-taupe {
color: #493c3c;
}
.book-binder {
color: #7f5c5c;
}
.lite-mocha {
color: #b99d8d;
}
.chalk-beige {
color: #d6c4b3;
}
.downy-fluff {
color: #ede9e3;
}
/* CSS Variables */
:root {
--dark-taupe:#493c3c;
--book-binder:#7f5c5c;
--lite-mocha:#b99d8d;
--chalk-beige:#d6c4b3;
--downy-fluff:#ede9e3;
}