COLORS SHOWN: 1st Photo: Navy envelope, 2nd Photo: Slate envelope
This rose gold and navy personalized save he date announcement set was designed for the elegant couples. Featuring your name and wedding date, this is sure to leave an impression on your friends, family, and co-workers.
ENVELOPES: 70lb – 80lb text weight, premium
PACKAGING: in a clear sleeve (set of 10), or a clear box (set of 20+)
PRINTING: Flat printed for a smooth finish, sharp text and graphics, using fade resistant inks.
<!–
.tooltip {
position: relative;
display: inline-block;
border-bottom: 1px dotted black;
}
.tooltip .tooltiptext {
visibility: hidden;
width: 280px;
background-color: hotpink;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 0px 0;
position: absolute;
z-index: 1;
top: -5px;
left: 110%;
}
.tooltip .tooltiptext::after {