Color names in this palette
CSS code for this palette
/* CSS */
.black-kite {
color: #3a1d1d;
}
.dark-drama {
color: #5b3939;
}
.book-binder {
color: #7f5c5c;
}
.brandied-apple {
color: #a67d7d;
}
.la-vie-en-rose {
color: #d2a3a3;
}
/* CSS Variables */
:root {
--black-kite:#3a1d1d;
--dark-drama:#5b3939;
--book-binder:#7f5c5c;
--brandied-apple:#a67d7d;
--la-vie-en-rose:#d2a3a3;
}