Color names in this palette
CSS code for this palette
/* CSS */
.cinderella-pink {
color: #ffc5c2;
}
.rubber-radish {
color: #ff9b99;
}
.georgia-peach {
color: #ff7070;
}
.blood-burst {
color: #ff4d4d;
}
.red-stop {
color: #ff2929;
}
/* CSS Variables */
:root {
--cinderella-pink:#ffc5c2;
--rubber-radish:#ff9b99;
--georgia-peach:#ff7070;
--blood-burst:#ff4d4d;
--red-stop:#ff2929;
}