CSS code for this palette
/* CSS */
.cigar {
color: #7e4d3a;
}
.luxurious {
color: #d4b95e;
}
.scallion {
color: #6b8f24;
}
.deer-run {
color: #b4a69c;
}
.autumn-fire {
color: #c14e4e;
}
/* CSS Variables */
:root {
--cigar:#7e4d3a;
--luxurious:#d4b95e;
--scallion:#6b8f24;
--deer-run:#b4a69c;
--autumn-fire:#c14e4e;
}