Color names in this palette
CSS code for this palette
/* CSS */
.dark-roast {
color: #492c2e;
}
.book-binder {
color: #7f5c5d;
}
.rincon-cove {
color: #c7b19e;
}
.autumn-haze {
color: #d3c1b1;
}
.opulent-opal {
color: #f2eae9;
}
/* CSS Variables */
:root {
--dark-roast:#492c2e;
--book-binder:#7f5c5d;
--rincon-cove:#c7b19e;
--autumn-haze:#d3c1b1;
--opulent-opal:#f2eae9;
}