Color names in this palette
CSS code for this palette
/* CSS */
.dobunezumi-brown {
color: #4b3a3a;
}
.book-binder {
color: #7f5c5c;
}
.brandied-apple {
color: #a77b7b;
}
.la-vie-en-rose {
color: #d0a4a4;
}
.silver-strawberry {
color: #f0c1c1;
}
/* CSS Variables */
:root {
--dobunezumi-brown:#4b3a3a;
--book-binder:#7f5c5c;
--brandied-apple:#a77b7b;
--la-vie-en-rose:#d0a4a4;
--silver-strawberry:#f0c1c1;
}