Color names in this palette
CSS code for this palette
/* CSS */
.bean {
color: #4b0c0c;
}
.old-mandarin {
color: #8c2222;
}
.enticing-red {
color: #b95050;
}
.pink-chi {
color: #e68989;
}
.silver-strawberry {
color: #f3bfbf;
}
/* CSS Variables */
:root {
--bean:#4b0c0c;
--old-mandarin:#8c2222;
--enticing-red:#b95050;
--pink-chi:#e68989;
--silver-strawberry:#f3bfbf;
}