Color names in this palette
CSS code for this palette
/* CSS */
.black-olive {
color: #3a3b35;
}
.winter-rye {
color: #a9aa9d;
}
.bowstring {
color: #d5d1c8;
}
.soft-butter {
color: #f3e1b4;
}
.mandarin-red {
color: #e64b3d;
}
/* CSS Variables */
:root {
--black-olive:#3a3b35;
--winter-rye:#a9aa9d;
--bowstring:#d5d1c8;
--soft-butter:#f3e1b4;
--mandarin-red:#e64b3d;
}