Color names in this palette
CSS code for this palette
/* CSS */
.blood-burst {
color: #ff4d4d;
}
.pink-glamour {
color: #ff7a7a;
}
.hard-candy {
color: #ffb8b8;
}
.lusty-gallant {
color: #ffcccc;
}
.pink-lemonade {
color: #ffebeb;
}
/* CSS Variables */
:root {
--blood-burst:#ff4d4d;
--pink-glamour:#ff7a7a;
--hard-candy:#ffb8b8;
--lusty-gallant:#ffcccc;
--pink-lemonade:#ffebeb;
}