Color names in this palette
CSS code for this palette
/* CSS */
.eerie-black {
color: #1c1c1c;
}
.blood-burst {
color: #ff4d4d;
}
.white {
color: #ffffff;
}
.mat-dazzle-rose {
color: #ff4dcf;
}
.kanz-orange {
color: #ff8e3d;
}
/* CSS Variables */
:root {
--eerie-black:#1c1c1c;
--blood-burst:#ff4d4d;
--white:#ffffff;
--mat-dazzle-rose:#ff4dcf;
--kanz-orange:#ff8e3d;
}