Color names in this palette
CSS code for this palette
/* CSS */
.black-rooster {
color: #380f0f;
}
.christmas-brown {
color: #5b2a2a;
}
.royal-red-flush {
color: #8e3e3e;
}
.enticing-red {
color: #b74e4e;
}
.lantana {
color: #d77070;
}
/* CSS Variables */
:root {
--black-rooster:#380f0f;
--christmas-brown:#5b2a2a;
--royal-red-flush:#8e3e3e;
--enticing-red:#b74e4e;
--lantana:#d77070;
}