Color names in this palette
CSS code for this palette
/* CSS */
.eerie-black {
color: #1a1a1a;
}
.blood-burst {
color: #ff4d4d;
}
.light-cyan {
color: #e0ffff;
}
.madder-brown {
color: #793939;
}
.enticing-red {
color: #b74e4e;
}
/* CSS Variables */
:root {
--eerie-black:#1a1a1a;
--blood-burst:#ff4d4d;
--light-cyan:#e0ffff;
--madder-brown:#793939;
--enticing-red:#b74e4e;
}