Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7094;
}
.saira-red {
color: #ff9eb3;
}
.pink-cattleya {
color: #ffb3d1;
}
.shampoo {
color: #ffccf2;
}
.himalayan-balsam {
color: #ff99c9;
}
/* CSS Variables */
:root {
--blush-hour:#ff7094;
--saira-red:#ff9eb3;
--pink-cattleya:#ffb3d1;
--shampoo:#ffccf2;
--himalayan-balsam:#ff99c9;
}