Color names in this palette
CSS code for this palette
/* CSS */
.blood-burst {
color: #ff4d4d;
}
.valley-of-fire {
color: #ff8b4d;
}
.decisive-yellow {
color: #ffcc4d;
}
.fuchsia-fever {
color: #ff4d97;
}
.mat-dazzle-rose {
color: #ff4dcf;
}
/* CSS Variables */
:root {
--blood-burst:#ff4d4d;
--valley-of-fire:#ff8b4d;
--decisive-yellow:#ffcc4d;
--fuchsia-fever:#ff4d97;
--mat-dazzle-rose:#ff4dcf;
}