Color names in this palette
CSS code for this palette
/* CSS */
.brown-coffee {
color: #4a2b2b;
}
.book-binder {
color: #7f5c5c;
}
.brandy-snaps {
color: #b18b8b;
}
.appleblossom {
color: #d9b5b5;
}
.reduced-pink {
color: #f6e4e4;
}
/* CSS Variables */
:root {
--brown-coffee:#4a2b2b;
--book-binder:#7f5c5c;
--brandy-snaps:#b18b8b;
--appleblossom:#d9b5b5;
--reduced-pink:#f6e4e4;
}