Color names in this palette
CSS code for this palette
/* CSS */
.dark-taupe {
color: #4a3c3b;
}
.book-binder {
color: #805c5b;
}
.taupe-tapestry {
color: #c5a69b;
}
.instant-noodles {
color: #f2d491;
}
.english-custard {
color: #e2b86f;
}
/* CSS Variables */
:root {
--dark-taupe:#4a3c3b;
--book-binder:#805c5b;
--taupe-tapestry:#c5a69b;
--instant-noodles:#f2d491;
--english-custard:#e2b86f;
}