Color names in this palette
CSS code for this palette
/* CSS */
.cinderella-pink {
color: #ffc5c2;
}
.rubber-radish {
color: #ff9b99;
}
.flirty-salmon {
color: #ff706b;
}
.red-orange-juice {
color: #ff4f4d;
}
.red-stop {
color: #ff2929;
}
/* CSS Variables */
:root {
--cinderella-pink:#ffc5c2;
--rubber-radish:#ff9b99;
--flirty-salmon:#ff706b;
--red-orange-juice:#ff4f4d;
--red-stop:#ff2929;
}