Color names in this palette
CSS code for this palette
/* CSS */
.casual-khaki {
color: #d4c7af;
}
.earthy-ocher {
color: #b89f7a;
}
.bean-pot {
color: #8b6c50;
}
.nougat-brown {
color: #7e4f3e;
}
.brown-coffee {
color: #4a2c2b;
}
/* CSS Variables */
:root {
--casual-khaki:#d4c7af;
--earthy-ocher:#b89f7a;
--bean-pot:#8b6c50;
--nougat-brown:#7e4f3e;
--brown-coffee:#4a2c2b;
}