Color names in this palette
CSS code for this palette
/* CSS */
.sugarwinkle {
color: #ffc7e2;
}
.pink-cattleya {
color: #ffb3d0;
}
.saira-red {
color: #ff99b9;
}
.pink-makeup {
color: #ff809d;
}
.stellar-strawberry {
color: #ff5c85;
}
/* CSS Variables */
:root {
--sugarwinkle:#ffc7e2;
--pink-cattleya:#ffb3d0;
--saira-red:#ff99b9;
--pink-makeup:#ff809d;
--stellar-strawberry:#ff5c85;
}