Color names in this palette
CSS code for this palette
/* CSS */
.caf-noir {
color: #4a381c;
}
.bee-master {
color: #735b3a;
}
.hot-cacao {
color: #a66c4e;
}
.clumsy-caramel {
color: #d1b780;
}
.peach-latte {
color: #e5c19f;
}
/* CSS Variables */
:root {
--caf-noir:#4a381c;
--bee-master:#735b3a;
--hot-cacao:#a66c4e;
--clumsy-caramel:#d1b780;
--peach-latte:#e5c19f;
}