Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7094;
}
.pink-cattleya {
color: #ffb3d0;
}
.it-s-a-girl {
color: #ffdbe1;
}
.garden-glory {
color: #ffc2cf;
}
.saira-red {
color: #ff9eba;
}
/* CSS Variables */
:root {
--blush-hour:#ff7094;
--pink-cattleya:#ffb3d0;
--it-s-a-girl:#ffdbe1;
--garden-glory:#ffc2cf;
--saira-red:#ff9eba;
}