Color names in this palette
CSS code for this palette
/* CSS */
.bean {
color: #4a0d0d;
}
.red-vitality {
color: #9e1f1f;
}
.re-entry {
color: #d94a4a;
}
.candy-heart-pink {
color: #f7a1a1;
}
.lusty-gallant {
color: #ffcccc;
}
/* CSS Variables */
:root {
--bean:#4a0d0d;
--red-vitality:#9e1f1f;
--re-entry:#d94a4a;
--candy-heart-pink:#f7a1a1;
--lusty-gallant:#ffcccc;
}