Color names in this palette
CSS code for this palette
/* CSS */
.cinderella-pink {
color: #ffc5c2;
}
.young-salmon {
color: #ffb5b3;
}
.rubber-radish {
color: #ff9b99;
}
.light-red {
color: #ff8080;
}
.grapefruit {
color: #ff5c5c;
}
/* CSS Variables */
:root {
--cinderella-pink:#ffc5c2;
--young-salmon:#ffb5b3;
--rubber-radish:#ff9b99;
--light-red:#ff8080;
--grapefruit:#ff5c5c;
}