Color names in this palette
CSS code for this palette
/* CSS */
.persian-plum {
color: #691b1e;
}
.harissa-red {
color: #a22a2a;
}
.akuma {
color: #d33131;
}
.vermilion-bird {
color: #f44034;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--persian-plum:#691b1e;
--harissa-red:#a22a2a;
--akuma:#d33131;
--vermilion-bird:#f44034;
--grapefruit-pulp:#ff6e61;
}