Color names in this palette
CSS code for this palette
/* CSS */
.bean {
color: #4b0c0c;
}
.red-vitality {
color: #9b1c1c;
}
.spiced-coral {
color: #d45959;
}
.calabrese {
color: #f5a8a8;
}
.lusty-gallant {
color: #ffcccc;
}
/* CSS Variables */
:root {
--bean:#4b0c0c;
--red-vitality:#9b1c1c;
--spiced-coral:#d45959;
--calabrese:#f5a8a8;
--lusty-gallant:#ffcccc;
}