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