Color names in this palette
CSS code for this palette
/* CSS */
.blood-burst {
color: #ff4d4d;
}
.artful-red {
color: #b30000;
}
.gochujang-red {
color: #7a0000;
}
.christmas-brown {
color: #5c2d2d;
}
.eerie-black {
color: #1a1a1a;
}
/* CSS Variables */
:root {
--blood-burst:#ff4d4d;
--artful-red:#b30000;
--gochujang-red:#7a0000;
--christmas-brown:#5c2d2d;
--eerie-black:#1a1a1a;
}