Color names in this palette
CSS code for this palette
/* CSS */
.cinderella-pink {
color: #ffc5c2;
}
.young-salmon {
color: #ffb5b3;
}
.rubber-radish {
color: #ff9b99;
}
.forbidden-fruit {
color: #ff7a7d;
}
.blood-burst {
color: #ff4d4d;
}
/* CSS Variables */
:root {
--cinderella-pink:#ffc5c2;
--young-salmon:#ffb5b3;
--rubber-radish:#ff9b99;
--forbidden-fruit:#ff7a7d;
--blood-burst:#ff4d4d;
}