Color names in this palette
CSS code for this palette
/* CSS */
.sugarwinkle {
color: #ffc2e2;
}
.saira-red {
color: #ff99b4;
}
.blush-hour {
color: #ff7092;
}
.french-rose {
color: #ff4d8b;
}
.reddish-pink {
color: #ff2e54;
}
/* CSS Variables */
:root {
--sugarwinkle:#ffc2e2;
--saira-red:#ff99b4;
--blush-hour:#ff7092;
--french-rose:#ff4d8b;
--reddish-pink:#ff2e54;
}