COLORS SHOWN: 1st Photo: berry ink, fuchsia envelope, 2nd Photo: berry ink, pool envelope
Designed with ice cream cones, this personalized stationery set is perfect for kids. Perfect for writing birthday notes, thank you cards, or any sweet note that gives it an elevated touch.
Click to shop matching notepad
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 {