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