Color names in this palette
CSS code for this palette
/* CSS */
.sanguine {
color: #6b0f0f;
}
.shinshu {
color: #8c1d1d;
}
.harissa-red {
color: #a22a2a;
}
.red-team-spirit {
color: #b63a3a;
}
.king-crimson {
color: #c74848;
}
/* CSS Variables */
:root {
--sanguine:#6b0f0f;
--shinshu:#8c1d1d;
--harissa-red:#a22a2a;
--red-team-spirit:#b63a3a;
--king-crimson:#c74848;
}