Color names in this palette
CSS code for this palette
/* CSS */
.kara-cha-brown {
color: #7d3b1c;
}
.fired-up {
color: #d57d39;
}
.bee {
color: #f4b857;
}
.peach-yellow {
color: #f9dfae;
}
.almond-biscuit {
color: #e9c8a5;
}
/* CSS Variables */
:root {
--kara-cha-brown:#7d3b1c;
--fired-up:#d57d39;
--bee:#f4b857;
--peach-yellow:#f9dfae;
--almond-biscuit:#e9c8a5;
}