Color names in this palette
CSS code for this palette
/* CSS */
.havana {
color: #3a2c2c;
}
.burnt-bamboo {
color: #4e3b3b;
}
.book-binder {
color: #7f5c5c;
}
.renwick-beige {
color: #c3b19d;
}
.early-sunset {
color: #f3e5d8;
}
/* CSS Variables */
:root {
--havana:#3a2c2c;
--burnt-bamboo:#4e3b3b;
--book-binder:#7f5c5c;
--renwick-beige:#c3b19d;
--early-sunset:#f3e5d8;
}