CSS code for this palette
/* CSS */
.dark-drama {
color: #5b3939;
}
.barn-door {
color: #8b5b5b;
}
.prophetess {
color: #bf8d8d;
}
.honey-gold {
color: #e3b57d;
}
.calla {
color: #f1e1b6;
}
/* CSS Variables */
:root {
--dark-drama:#5b3939;
--barn-door:#8b5b5b;
--prophetess:#bf8d8d;
--honey-gold:#e3b57d;
--calla:#f1e1b6;
}