CSS code for this palette
/* CSS */
.dark-drama {
color: #5a3a3a;
}
.marron {
color: #6a4d4d;
}
.noble-robe {
color: #806f6f;
}
.fire-dust {
color: #b78b66;
}
.artemis {
color: #d1a86b;
}
/* CSS Variables */
:root {
--dark-drama:#5a3a3a;
--marron:#6a4d4d;
--noble-robe:#806f6f;
--fire-dust:#b78b66;
--artemis:#d1a86b;
}