Color names in this palette
CSS code for this palette
/* CSS */
.cinderella-pink {
color: #ffc5c2;
}
.rubber-radish {
color: #ff9c99;
}
.salmon-rose {
color: #ff757c;
}
.festive-fennec {
color: #ff4d61;
}
.lightish-red {
color: #ff294d;
}
/* CSS Variables */
:root {
--cinderella-pink:#ffc5c2;
--rubber-radish:#ff9c99;
--salmon-rose:#ff757c;
--festive-fennec:#ff4d61;
--lightish-red:#ff294d;
}