Color names in this palette
CSS code for this palette
/* CSS */
.black-rooster {
color: #3b0d0d;
}
.red-oxide {
color: #5e1d1d;
}
.polished-apple {
color: #892a2a;
}
.enticing-red {
color: #b84c4c;
}
.pastrami {
color: #e77373;
}
/* CSS Variables */
:root {
--black-rooster:#3b0d0d;
--red-oxide:#5e1d1d;
--polished-apple:#892a2a;
--enticing-red:#b84c4c;
--pastrami:#e77373;
}