Color names in this palette
CSS code for this palette
/* CSS */
.wildflower-bouquet {
color: #ffb3b3;
}
.rubber-radish {
color: #ff9e9e;
}
.light-red {
color: #ff8080;
}
.blood-burst {
color: #ff4d4d;
}
.red {
color: #ff0000;
}
/* CSS Variables */
:root {
--wildflower-bouquet:#ffb3b3;
--rubber-radish:#ff9e9e;
--light-red:#ff8080;
--blood-burst:#ff4d4d;
--red:#ff0000;
}