Color names in this palette
CSS code for this palette
/* CSS */
.ancient-prunus {
color: #5a3f3f;
}
.book-binder {
color: #7f5c5c;
}
.brandied-apple {
color: #a67d7d;
}
.mohair-mauve {
color: #c0a59b;
}
.ginger-shortbread {
color: #e3d1c4;
}
/* CSS Variables */
:root {
--ancient-prunus:#5a3f3f;
--book-binder:#7f5c5c;
--brandied-apple:#a67d7d;
--mohair-mauve:#c0a59b;
--ginger-shortbread:#e3d1c4;
}