Color names in this palette
CSS code for this palette
/* CSS */
.brown-rust {
color: #b05c3b;
}
.apricot-sorbet {
color: #e6a35c;
}
.allspice {
color: #f4cca9;
}
.remaining-embers {
color: #8d4c34;
}
.green-383 {
color: #3e3c28;
}
/* CSS Variables */
:root {
--brown-rust:#b05c3b;
--apricot-sorbet:#e6a35c;
--allspice:#f4cca9;
--remaining-embers:#8d4c34;
--green-383:#3e3c28;
}