Color names in this palette
CSS code for this palette
/* CSS */
.pink-makeup {
color: #ff809d;
}
.saira-red {
color: #ff9eb3;
}
.pink-cattleya {
color: #ffb3cc;
}
.infra-white {
color: #ffccf1;
}
.fairy-wings {
color: #ffebf5;
}
/* CSS Variables */
:root {
--pink-makeup:#ff809d;
--saira-red:#ff9eb3;
--pink-cattleya:#ffb3cc;
--infra-white:#ffccf1;
--fairy-wings:#ffebf5;
}