Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.saira-red {
color: #ff9ebb;
}
.pink-cattleya {
color: #ffb3d1;
}
.white {
color: #ffffff;
}
.elastic-pink {
color: #f0a3c7;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--saira-red:#ff9ebb;
--pink-cattleya:#ffb3d1;
--white:#ffffff;
--elastic-pink:#f0a3c7;
}