Pastel Blue Dinner Napkins 40pk (2025)

Online Party Supplies / Products / Adult Birthdays / Pastel Blue Dinner Napkins 40pk

8846399.1088

$9.99

Pack of 40 Pastel Blue Large Dinner Napkins.

Looking to impress your guests at the next dinner party? Elevate your table setting with our stunning Pack of 40 Pastel Blue Large Dinner Napkins!

Crafted from high-quality materials, these stylish napkins are perfect for adding a touch of sophistication to any occasion. Measuring a generous size of 40cm when unfolded, they provide ample coverage for guests to enjoy their meals comfortably.

Not only are they elegant, but they are also durable and absorbent, making them ideal for any dining event. Whether you're hosting a formal dinner party or a casual gathering, these pastel blue napkins will complement your table decor beautifully, creating a truly unforgettable experience for your guests.

So, what are you waiting for? Order now and get ready to impress your guests with your impeccable taste and style!

  • Brand:Amscan
  • Material: Paper
  • Colour: Pastel Blue
  • Shape: Square
  • Type: Dinner Napkins
  • Size: 20cm x 20cm (folded)
  • FSC Mix Certified
  • Each pack includes 40 x party napkins.

    ').insertBefore(staticTabContent); } else { tabWrapper.append('

    ' + hiddenContent.html() + '

    '); } } } else { hiddenContent.contents().after().filter(function() { if(this.nodeType !== 3) return false; if(this.nodeValue == null) return false; return this.nodeValue.replace(/\s/g,'').length > 0; }).wrap('

    ').end(); } for (var i = 0; i

    0 ? $('
  • ' + defaultTabName + '
  • ').insertBefore(staticTabNav) : tabNav.append('
  • ' + defaultTabName + '
  • '); staticTabContent.length > 0 ? $('

    ' + content + '

    ').insertBefore(staticTabContent) : tabWrapper.append('

    ' + content + '

    '); } } else if (tagsCount === 0) { $($(tag).prevAll().get().reverse()).each(function (key, element) { content += element.outerHTML; }); $('

    ' + content + '

    ').insertAfter(hiddenContent); } tagsCount++; if (staticTabNav.length > 0) { $('
  • ' + tag.innerHTML + '
  • ').insertBefore(staticTabNav); } else { tabNav.append('
  • ' + tag.innerHTML + '
  • '); } if (nextTag !== undefined) { content = ''; $(tag).nextUntil(nextTag.tagName.toLowerCase()).each(function (key, element) { content += element.outerHTML; }); } else { content = ''; $(tag).nextAll().each(function (key, element) { content += element.outerHTML; }); } if (tagsCount === 0) { $('#default-tab-content').html(content); } else { staticTabContent.length > 0 ? $('

    ' + content + '

    ').insertBefore(staticTabContent) : tabWrapper.append('

    ' + content + '

    '); } } }; var build = function (type) { var hzTab = $('.smart-tabs-wrapper:eq(' + window.nthTabWrapper + ')').find('.horizontalTab'); var tabLength = 0; var isAccordion = type === "accordion"; hzTab.easyResponsiveTabs({ type: "default", width: "auto", fit: false, closed: "accordion", tabWidth: tabLength, tabContainer: hzTab, activate: function (event) { var $tab = $(this); var $info = $("#tabInfo"); var $name = $("span", $info); $name.text($tab.text()); $info.show(); } }); $(".resp-tab-item").each(function (key, tab) { tabLength += $(tab).innerWidth() + 4; }); type = (hzTab.width() div').addClass('resp-tab-content'); jtab_options(); function jtab_options() { if (jtype == vtabs) { $respTabs.addClass('resp-vtabs'); } if (jfit == true) { $respTabs.css({width: '100%', margin: '0px'}); } if (jtype == accord) { $respTabs.addClass('resp-easy-accordion'); $respTabs.find('.resp-tabs-list').css('display', 'none'); } } var $tabItemh2; $respTabs.find('.resp-tab-content').before("

    "); var itemCount = 0; $respTabs.find('.resp-accordion').each(function () { $tabItemh2 = $(this); var innertext = $respTabs.find('.resp-tab-item:eq(' + itemCount + ')').html(); $respTabs.find('.resp-accordion:eq(' + itemCount + ')').append(innertext); $tabItemh2.attr('aria-controls', 'tab_item-' + (itemCount)); itemCount++; }); var count = 0, $tabContent; $respTabs.find('.resp-tab-item').each(function () { $tabItem = $(this); $tabItem.attr('aria-controls', 'tab_item-' + (count)); $tabItem.attr('role', 'tab'); if (options.closed !== true && !(options.closed === 'accordion' && !$respTabsList.is(':visible')) && !(options.closed === 'tabs' && $respTabsList.is(':visible'))) { $respTabs.find('.resp-tab-item').first().addClass('resp-tab-active'); $respTabs.find('.resp-accordion').first().addClass('resp-tab-active'); $respTabs.find('.resp-tab-content').first().addClass('resp-tab-content-active').attr('style', 'display:block'); } var tabcount = 0; $respTabs.find('.resp-tab-content').each(function () { $tabContent = $(this); $tabContent.attr('aria-labelledby', 'tab_item-' + (tabcount)); tabcount++; }); count++; }); $respTabs.find("[role=tab]").each(function () { var $currentTab = $(this); $currentTab.click(function (e) { window.dispatchEvent(new Event('resize')); var $tabAria = $currentTab.attr('aria-controls'); if ($currentTab.hasClass('resp-accordion') && $currentTab.hasClass('resp-tab-active')) { $respTabs.find('.resp-tab-content-active').slideUp('', function () { $(this).addClass('resp-accordion-closed'); }); $currentTab.removeClass('resp-tab-active'); return false; } if (!$currentTab.hasClass('resp-tab-active') && $currentTab.hasClass('resp-accordion')) { $respTabs.find('.resp-tab-active').removeClass('resp-tab-active'); $respTabs.find("[aria-controls=" + $tabAria + "]").addClass('resp-tab-active'); $respTabs.find('.resp-tab-content[aria-labelledby = ' + $tabAria + ']').slideDown().addClass('resp-tab-content-active'); $respTabs.find('.resp-tab-content-active').not('.resp-tab-content[aria-labelledby = ' + $tabAria + ']').slideUp().removeClass('resp-tab-content-active resp-accordion-closed'); } else { $respTabs.find('.resp-tab-active').removeClass('resp-tab-active'); $respTabs.find('.resp-tab-content-active').removeAttr('style').removeClass('resp-tab-content-active').removeClass('resp-accordion-closed'); $respTabs.find("[aria-controls=" + $tabAria + "]").addClass('resp-tab-active'); $respTabs.find('.resp-tab-content[aria-labelledby = ' + $tabAria + ']').addClass('resp-tab-content-active').attr('style', 'display:block'); } $currentTab.trigger('tabactivate', $currentTab); }); $(window).resize(function () { $respTabs.find('.resp-accordion-closed').removeAttr('style'); }); }); }); } });})(jQuery);
    Pastel Blue Dinner Napkins 40pk (2025)
    Top Articles
    Latest Posts
    Recommended Articles
    Article information

    Author: Pres. Carey Rath

    Last Updated:

    Views: 6455

    Rating: 4 / 5 (61 voted)

    Reviews: 84% of readers found this page helpful

    Author information

    Name: Pres. Carey Rath

    Birthday: 1997-03-06

    Address: 14955 Ledner Trail, East Rodrickfort, NE 85127-8369

    Phone: +18682428114917

    Job: National Technology Representative

    Hobby: Sand art, Drama, Web surfing, Cycling, Brazilian jiu-jitsu, Leather crafting, Creative writing

    Introduction: My name is Pres. Carey Rath, I am a faithful, funny, vast, joyous, lively, brave, glamorous person who loves writing and wants to share my knowledge and understanding with you.