CSS code for this palette
/* CSS */
.blood-burst {
color: #ff4d4d;
}
.carbon-fiber {
color: #2e2e2e;
}
.white {
color: #ffffff;
}
.flamingo-fervor {
color: #b42222;
}
.grey {
color: #808080;
}
/* CSS Variables */
:root {
--blood-burst:#ff4d4d;
--carbon-fiber:#2e2e2e;
--white:#ffffff;
--flamingo-fervor:#b42222;
--grey:#808080;
}