CSS code for this palette
/* CSS */
.bean {
color: #4b0c0c;
}
.incubus {
color: #7a1f1f;
}
.indiscreet {
color: #ab3b3b;
}
.happy-hearts {
color: #d16161;
}
.calabrese {
color: #f4a4a4;
}
/* CSS Variables */
:root {
--bean:#4b0c0c;
--incubus:#7a1f1f;
--indiscreet:#ab3b3b;
--happy-hearts:#d16161;
--calabrese:#f4a4a4;
}