CSS code for this palette
/* CSS */
.bean {
color: #4a0d0d;
}
.falu-red {
color: #7f1a1a;
}
.indiscreet {
color: #aa3c3c;
}
.roman {
color: #d55d5d;
}
.bierwurst {
color: #f18e8e;
}
/* CSS Variables */
:root {
--bean:#4a0d0d;
--falu-red:#7f1a1a;
--indiscreet:#aa3c3c;
--roman:#d55d5d;
--bierwurst:#f18e8e;
}