Yahoo News
Sign in
Sign in to view your mail
- News
- US
- Politics
- World
- COVID-19
- Climate Change
- Health
- Science
- Originals
- The 360
- Skullduggery Podcast
- Conspiracyland
- Contact Us
- {promoMarkup}{notifMarkup}
{notificationCenterNavMsg}
',panelEmptyTemplate='
{emptyPanelMsg}
',panelErrorTemplate='
{errorMsg}
',panelParentTemplate='
',notifOnboardPromoTemplate='
{notifOnboardMsg}
',EXPANDED_PANEL="expanded_panel",ERROR_PANEL="error_panel",NotificationView=function(){function e(n,t){classCallCheck(this,e);var i=this;i._config=n,i._panelNode=null,i._store=t}return createClass(e,[{key:"_generatePanelMarkup",value:function(e,n){var t=this._config,i=void 0,o=void 0;"undefined"!=typeof window&&(i=window.Notification&&"default"===window.Notification.permission,o=t.promos.bypassEligibleClassCheck||hasClass(document.body,t.promos.eligibleBodyClass));var r=t.promos.enableNotifOnboard&&i&&o?notifOnboardPromoTemplate:"";if(r){var s=t.promos.showYahooLogo?"":"yns-no-logo";r=r.replace("{notifOnboardBtnLabel}",t.promos.notifOnboardBtnLabel).replace("{notifOnboardMsg}",t.promos.notifOnboardMsg).replace("{subscriptionTopic}",t.promos.subscriptionTopic).replace("{noLogoClass}",s).replace("{promoLogo}",t.promos.promoLogo)}var a=n.newCount>t.panel.maxCount?n.newCount:"",c=t.panel.notificationCenterPath,l=c?"":constants.panelHideElement,d=t.panel.headerMsg?"":" "+constants.panelHideElement,u=c?constants.panelPaddingBtm:"",p=void 0;n.count?p=n.markup:p=panelEmptyTemplate.replace("{emptyPanelMsg}",t.panel.emptyPanelMsg);return e=e.replace("{notifMarkup}",p).replace("{promoMarkup}",r).replace("{hideClass}",l).replace("{notifCenterLink}",c).replace("{paddingClass}",u).replace("{headerMsg}",t.panel.headerMsg).replace("{hideHeaderClass}",d).replace(/{notificationCenterNavMsg}/g,t.panel.notificationCenterNavMsg).replace(/{newCount}/g,a)}},{key:"render",value:function(e,n){var t=this;if(t._panelNode){var i=void 0,o=t._panelNode,r=void 0,s=void 0;switch(e){case EXPANDED_PANEL:i=panelTemplate,s=t._store.getNotifications(),r=t._generatePanelMarkup(i,s),o.innerHTML=r;break;case ERROR_PANEL:r=(i=panelErrorTemplate).replace("{errorMsg}",t._config.panel.errorMsg),o.innerHTML=r}n&&n()}else n&&n(new Error("No panel parent"))}},{key:"createPanelParentNode",value:function(e){e&&(e.innerHTML=panelParentTemplate,this._panelNode=document.getElementById(constants.panelNodeId))}},{key:"updateBadgeNode",value:function(e){if(e){var n=this._store.getNotifications().newCount,t=this._config.badge.maxCount;if(n){var i=n>t?t+"+":n;e.innerHTML=i}else e.innerHTML=""}}},{key:"addStyles",value:function(e){if(e&&"undefined"!=typeof window){var n=document.getElementById(this._config.panel.styleTagId);n||((n=document.createElement("style")).type="text/css",n.id=this._config.panel.styleTagId,n.innerText=e,document.head.appendChild(n))}}}]),e}(),EXPANDED_PANEL$1="expanded_panel",ERROR_PANEL$1="error_panel",PanelController=function(){function e(n,t,i){classCallCheck(this,e);var o=this;o._store=t,o._view=i,o._config=n;var r=o._config.panel;o._panelParentNode=document.querySelector(r.parentSelector),o._badgeNode=o._config.badge.selector&&document.querySelector(o._config.badge.selector),o._indicatorNode=r.indicatorSelector&&document.querySelector(r.indicatorSelector)}return createClass(e,[{key:"createPanelParentNode",value:function(){this._view.createPanelParentNode(this._panelParentNode),this._notifPanelNode=document.getElementById(constants.panelNodeId)}},{key:"refreshPanelNode",value:function(e,n){var t=this;addClass(t._notifPanelNode,constants.panelLoading),t._store.fetchNotifications(e,(function(e,i){var o=window.wafer&&window.wafer.base;o&&o.destroy(t._notifPanelNode),e?t._notifPanelNode.innerHTML||(t._view.render(ERROR_PANEL$1),addClass(t._notifPanelNode,constants.panelLoading)):(t._view.render(EXPANDED_PANEL$1),t._view.updateBadgeNode(t._badgeNode),t._showBadge(),t._showIndicator(),t._view.addStyles(i.css)),removeClass(t._notifPanelNode,constants.panelLoading),o&&o.sync(t._notifPanelNode.parentNode),n&&n(e,i)}))}},{key:"resetBadge",value:function(){var e=this;e._store.resetNewCount(),e._view.updateBadgeNode(e._badgeNode),addClass(e._badgeNode,e._config.badge.hideClass)}},{key:"_showIndicator",value:function(){this._indicatorNode&&(this._store.getNotifications().newCount?addClass(this._indicatorNode,this._config.panel.indicatorClass):removeClass(this._indicatorNode,this._config.panel.indicatorClass))}},{key:"_showBadge",value:function(){var e=this;e._store.getNotifications().newCount?removeClass(e._badgeNode,e._config.badge.hideClass):addClass(e._badgeNode,e._config.badge.hideClass)}}]),e}(),config={promos:{eligibleBodyClass:"display-push-promos",enableNotifOnboard:!0,bypassEligibleClassCheck:!1,notifOnboardBtnLabel:"Notify Me",notifOnboardMsg:"Get alerts for breaking news and top stories",promoLogo:"https://s.yimg.com/cv/apiv2/ae/news/circle_bell.png",showYahooLogo:!0,subscriptionTopic:"gondor_homerun_news"},badge:{hideClass:"",maxCount:5,selector:""},panel:{emptyPanelMsg:"You have no new notifications.",errorMsg:"",headerMsg:"Notifications",imageTag:"img:40x40|2|80",indicatorClass:"yns-indicator",indicatorSelector:null,maxCount:6,notificationCenterNavMsg:"View all {newCount} notifications",notificationCenterPath:"",notificationTypes:"",parentSelector:null,styleTagId:"notificationStyles",theme:"default"},service:{attemptCount:2,attemptDelay:1,url:null,resetUrl:null,isRMP:!1,responseType:"json",timeout:1500}},Main=function(){function e(n){classCallCheck(this,e);var t=this;t.config=t._parseConfig(n),t._validateRequiredConfigs()&&(t._request=new NotificationRequest(t.config),t._store=new NotificationStore(t.config,t._request),t._view=new NotificationView(t.config,t._store),t._panelController=new PanelController(t.config,t._store,t._view),t._panelController.createPanelParentNode(),t._assignHelperMethods())}return createClass(e,[{key:"_parseConfig",value:function(e){var n={};for(var t in objectAssign(n,config),n)if(n.hasOwnProperty(t)){var i=n[t],o=e[t];"object"===(void 0===i?"undefined":_typeof(i))?objectAssign(i,o):n[t]=e[t]}return n}},{key:"_validateRequiredConfigs",value:function(){var e=this.config;return!(!e.panel.parentSelector||!e.service.url)}},{key:"_assignHelperMethods",value:function(){var e=this;e.helpers={refreshPanelNode:e._panelController.refreshPanelNode.bind(e._panelController),resetBadge:e._panelController.resetBadge.bind(e._panelController),resetIndicator:function(){removeClass(e._panelController._indicatorNode,e.config.panel.indicatorClass)}}}}]),e}(),notificationClient_module_min=Main,notificationClient={NotificationClient:notificationClient_module_min},CONSUMPTION_STORAGE_KEY="lnct",NotifClient=function(){function e(){var e,n;this.personalized=!1,this.ybarElem=document.getElementById("ybar"),this.partnerClasses=null===(n=null===(e=this.ybarElem)||void 0===e?void 0:e.className)||void 0===n?void 0:n.match(/ybar-variant-([a-z]*)/),this.client=new notificationClient.NotificationClient(this.getConfig())}return e.prototype.refreshPanel=function(){var e,n,t,i=this,o={lastUpdate:this.getTimeStamp()||this.setTimeStamp(),loadInHpViewer:!0,includePersonalized:this.personalized},r=(null===(e=window.YAHOO)||void 0===e?void 0:e.context)||(null===(n=window.Af)||void 0===n?void 0:n.context)||{};return r.region&&r.lang&&(o.lang=r.lang,o.region=r.region),(null===(t=this.partnerClasses)||void 0===t?void 0:t.length)&&(o.partner=this.partnerClasses[1]),new Promise((function(e,n){i.client.helpers.refreshPanelNode({matrixParams:o},(function(t,i){t&&(logError("Notification refresh error:",t),n(t)),e(i)}))}))},e.prototype.resetBadge=function(){this.client.helpers.resetBadge(),this.setTimeStamp()},e.prototype.getConfig=function(){var e,n,t,i,o,r={promos:{eligibleBodyClass:"display-push-promos",enableNotifOnboard:!0},badge:{selector:"#notif-badge",hideClass:"ybar-notification-hidden"},panel:{emptyPanelMsg:"You have no new notifications.",errorMsg:"Please check back later.",headerMsg:"Notifications",maxCount:5,parentSelector:"#ybarNotificationBody",notificationTypes:"breakingNews"},service:{url:"/tdv2_fp/api/resource/NotificationHistory.getHistory",isRMP:!1}},s=document.getElementById("notification-container"),a=null===(e=null==s?void 0:s.dataset)||void 0===e?void 0:e.config,c={};if(a){"att"===(null===(n=this.partnerClasses)||void 0===n?void 0:n[1])&&(r.promos.showYahooLogo=!1);try{var l=JSON.parse(a);c=__assign({},l),this.personalized=1===l.personalize}catch(e){logError("Notifications config parsing error",e)}s&&delete s.dataset.config}var d=this.mergeConfigs(r,c);return(null===(t=this.partnerClasses)||void 0===t?void 0:t.length)&&"yahoo"!==(null===(i=this.partnerClasses)||void 0===i?void 0:i[1])&&(null===(o=d.promos)||void 0===o?void 0:o.subscriptionTopic)&&delete d.promos.subscriptionTopic,d},e.prototype.mergeConfigs=function(e,n){var t=__assign({},e);for(var i in e)t[i]=__assign(__assign({},e[i]),n[i]);return t},e.prototype.getTimeStamp=function(){var e;return null===(e=window.localStorage)||void 0===e?void 0:e.getItem(CONSUMPTION_STORAGE_KEY)},e.prototype.setTimeStamp=function(){var e,n=""+Math.floor((new Date).getTime()/1e3);return null===(e=window.localStorage)||void 0===e||e.setItem(CONSUMPTION_STORAGE_KEY,n),n},e}(),notifClient=new NotifClient,getNotifClient=function(){return notifClient},reInit=function(){notifClient=new NotifClient},ybarRapid,ybarRapidInterval,ybarRapidErrMsg="",beaconQueue=[],noop=function(){},logRapidError=function(){window.removeEventListener("beforeunload",logRapidError),""!==ybarRapidErrMsg&&logError("Rapid not found on page",new Error(ybarRapidErrMsg))},findRapidWithSpaceid=function(e){var n=void 0;if(e&&e.length>0)for(var t=0;t
\\n
\\n
\\n
\\n
\\n
\\n
\\n
\".concat(self.i18n.t('search.voice.permission_title'), \"
\\n
\").concat(self.i18n.t('search.voice.permission_text'), \"
\\n
\\n
\\n
\\n
\\n
\\n
\\n
\\n
\\n \\n \\n \\n \\n \\n \\n
\\n
\\n
\\n \\n \\n \".concat(self.i18n.t('search.voice.recognition_retry'), \"\\n
\\n
\\n
\\n
\\n
\\n
\\n \").concat(self.i18n.t('search.voice.trending_title'), \"\\n \\n
\\n
\\n
FAQs
Does Dunkin still have pumpkin spice 2022? ›
There are six featured drinks on the Dunkin' fall menu this year: the Pumpkin Cream Cold Brew, Signature Pumpkin Spice Latte, Pumpkin Chai, Nutty Pumpkin Latte, and, for those unimpressed with pumpkin, the Blood Orange Refresher.
What can I order at Dunkin Donuts with pumpkin? ›- Pumpkin Spice Iced Signature. Caffeine in a medium: 166 mg.
- Pumpkin Coffee. Caffeine in a medium: 187 mg. ...
- Pumpkin Iced Coffee. Caffeine in a medium: 297 mg. ...
- Pumpkin Iced Latte. ...
- Pumpkin Cream Cold Brew. ...
- Pumpkin Iced Macchiato. ...
- Iced Pumpkin Chai Latte. ...
- Pumpkin Spice Signature Latte. ...
- RELATED: Best Dunkin' Pumpkin Drinks.
- Iced Nutty Pumpkin Coffee [NEW] Calories in a medium: 260. ...
- Hot Nutty Pumpkin Coffee [NEW] ...
- Blood Orange Refresher [NEW] ...
- Blood Orange Coconut Refresher [NEW] ...
- Pumpkin Cream Cold Brew. ...
- Hot Pumpkin Spice Signature Latte. ...
- Iced Pumpkin Spice Signature Latte.
NEW Nutty Pumpkin Coffee
It combines Dunkin's Original Blend Iced Coffee with a delicious pumpkin spice swirl, hazelnut flavor shot, and cream for a creamy and delicious new take on classic pumpkin flavors. Think pumpkin pie in a coffee!
Sweet pumpkin and vanilla flavors, along with warming spices, meet espresso and milk for a latte that elevates fall flavors to the next level. Topped with whipped cream, caramel drizzle, and a dusting of cinnamon sugar, celebrate the season with Dunkin's Pumpkin Spice Signature Latte.
What flavors are coming to Dunkin 2022? ›Deck the Halls With Dunkin'®: New Cookie Butter Cold Brew, Cookie Butter Donut and Pancake Wake-Up Wrap® Are Here To Fuel the Holiday Hustle. BOSTON (November 2, 2022) – Dunkin'® is kicking off the holiday season with a new line-up to fuel those who make the magic happen.
How do I order a healthy pumpkin spice latte from Dunkin Donuts? ›Dunkin' Pumpkin Spice Latte
You can trim 50 calories and six grams of fat from the small by ordering it with skim. If you prefer plant-based milk, almond and oat milk are options, but the pumpkin swirl syrup is made with condensed sweetened milk.
"One way to lower the added sugar (and calories) in this drink would be to ask for half of the typical pumps of flavoring, and skip the high-added-sugar toppings like whipped cream, caramel and cinnamon sugar.
Does Dunkin have any fall drinks? ›Here's what you can expect to find on Dunkin's seasonal 2022 fall menu: - New Nutty Pumpkin Coffee (hot or iced) - Original Blend Iced Coffee with a pumpkin spice swirl, hazelnut flavor shot, and cream.
What does blood orange refresher taste like? ›I'll cut to the chase; the Blood Orange Refresher is basically just Dunkin's attempt at an Orangeade. It smells and tastes like orange-flavored green tea.
What is Dunkin's new Halloween drink? ›
You can order the Dunk-o-Lantern Donut and Spider Donut, as well as the ultra delicious and spooky Peanut Butter Cup Macchiato, making its return after its debut in 2021. The new items join the Dunkin' fall menu and the Blood Orange Dunkin' Refresher, which has the most spooky name on the entire menu.
What does Dunkin Donuts Blood Orange Refresher taste like? ›This latest addition to our all-star Dunkin' Refresher line-up balances bold, sweet blood orange with the seasonal taste of tart cranberry.
What is in Dunkin pumpkin spice? ›With the fall-friendly flavors of pumpkin, cinnamon and nutmeg, this delicious Dunkin' coffee was made for the moment. Stock up now, and enjoy some pumpkin perfection while it lasts.
What is in the blood orange refresher? ›INGREDIENTS + NUTRITIONAL FACTS
Ingredients: Filtered Water, Cane Sugar, Blood Orange Juice from Concentrate, Natural Flavors, Coconut Water from Concentrate, Citric Acid, Green Coffee Been Extract, Ascorbic Acid, Fruit and Vegetable Juice (for Color), Erythritol, and Stevia.
Description. Personalized health review for User added: Dunkin donuts (Med) pumpkin spice coffee black 1 pump swirl: 57 calories, nutrition grade (N/A), problematic ingredients, and more. Learn the good & bad for 250,000+ products.
How much is the pumpkin spice signature latte at Dunkin Donuts? ›Dunkin' is celebrating the return of pumpkin spice with a new, limited-time deal. Beginning Wednesday and continuing through Sept. 13, a medium Pumpkin Cream Cold Brew or Pumpkin Spice Signature Latte can be purchased for $3.
What does Dunkin pumpkin spice taste like? ›It has a subtle taste of cinnamon and pumpkin that lingers after the sip, although not nearly as strong of a flavor as I expected. It's more like a microdose of fall than a full-blown, sweater-in-a-pile-of-leaves moment. Still, the warm, nutty taste helped me begin to understand the fandom of the PSL.
What does spiced pumpkin latte taste like? ›What does a Pumpkin Spice Latte taste like? Funnily enough, it doesn't really taste like pumpkin. Instead, your palate will spot notes of cinnamon, nutmeg and clove - spices 'inspired by the pumpkin season'.
What is the newest drink at Dunkin donuts? ›2, the donut chain is introducing a brand-new drink, the cookie butter cold brew, along with two new sweet items — a cookie butter donut and a pancake "wake-up" wrap.
What's the new Dunkin flavor? ›Those classics will be joined by the Blood Orange Dunkin' Refresher and Nutty Pumpkin Coffee, the new additions for fall 2022. Here's what to know about each of the pumpkin beverage offerings. Pumpkin Cream Cold Brew is made with an ultra-smooth cold brew with notes of brown sugar and warm fall spices.
What is the new Dunkin drink called? ›
The Charli Dunkin order uses three shots of the caramel flavor swirl which has both sugar and dairy products. That is the main difference between flavor shots and flavor swirls. Flavor shots are sugar and dairy free, so they are often preferred by anyone counting calories or allergic to dairy products.
Is pumpkin spice latte better with almond or oat milk? ›Maple syrup: just a hint to sweeten the latte. You can also use agave or sugar if you prefer. Oat milk: I love using oat milk in lattes becuase it is rich and creamy. I highly recommend using oat milk as opposed to almond milk for this recipe for best results.
What can I order instead of pumpkin spice latte? ›- Chai tea. While this drink is much simpler than the PSL, it's still full of flavor. ...
- Pumpkin spice creme steamer. ...
- Caramel apple spice. ...
- Chai tea latte. ...
- Pumpkin cream cold brew.
“You should treat the PSL as a dessert—something to be enjoyed occasionally as a treat, but not as an everyday coffee drink.” Think of it this way: This PSL packs a whopping 55 grams of sugar for a medium.
How do you order a pumpkin latte from Dunkin Donuts? ›- Ask for a MEDIUM Cold Brew.
- Ask for ONE HALF (1/2) pump of pumpkin spice *FLAVOR SWIRL.
- Add a splash of cream yourself (1oz) or use their individual creamer cups (you can sub for almond milk if you want non-dairy?)
- Add ONE-TWO Splenda (or other 0cal sweetener)
What is Dunkin pumpkin cream cold brew? Dunkin pumpkin cream cold brew is a cold brew coffee that is steeped for 12 hours and then sweetened with brown sugar syrup and topped with frothy pumpkin cream and cinnamon sugar.
What is in a pumpkin spice latte? ›The Pumpkin Spice Latte is a coffee drink made with a mix of traditional autumn spice flavors (cinnamon, nutmeg, and clove), steamed milk, espresso, and often sugar, topped with whipped cream and pumpkin pie spice.
Is the pumpkin cream cold brew coming back 2022? ›Starbucks has confirmed it will return the iconic Pumpkin Spice Latte for its 19th year tomorrow, Tuesday, Aug. 30, 2022. Also returning will be the Pumpkin Cream Cold Brew, Apple Crisp Macchiato and pumpkin bakery treats.
What is the best drink to order from Dunkin? ›- Dunkin' Hazelnut Swirl.
- Dunkin' Classic Original Blend.
- Dunkin' Rocky Road Swirl.
- Dunkin' Caramel Swirl Macchiato.
- Dunkin' Caramel Swirl Latte.
- Dunkin' Coco Berry Iced Coffee.
- Dunkin' Nutella Surprise.
- Pumpkin Spice Latte.
Blood orange essential oil has a warm, radiant and tangy, balsamic, sweet and fruity aroma; the oil is extracted via the method of coldpressing. Blood orange adds a sparkling citrus note to fragrant blends.
What is the smell of blood orange? ›
Because of their luscious, hint-of-raspberry juiciness, blood oranges have become incredibly popular to eat – and now they're making their way into zesty perfumery, too, with a warm, tangy, citrussy, berry-like quality that adds a real sparkle factor to fragrance creations, complementing other citrus elements (mandarin ...
Is blood orange sweet or sour? ›The blood orange has a complex flavor that's reminiscent of navel oranges, but is more floral and tart. Blood oranges are generally sweeter and less acidic than regular oranges. Some people have compared the taste to that of a raspberry.
Does Dunkin Donuts have Halloween donuts 2022? ›Dunkin's Spider Donut & Dunk-o-Lantern are back for 2022.
These Dunkin Halloween donuts will only be available through Oct. 31, but at this point they're feeling like an annual tradition.
The Pink Velvet Macchiato combines Dunkin's espresso with a red velvet cake flavor. Add in hints of cream cheese icing flavor and a generous scoop of ice and this chilled drink is a beverage that will make you fall in love. Mocha Macchiato offers the combo of rich espresso and deep chocolate flavors.
What is the purple refresher at Dunkin? ›If you enjoyed the Purple Pomegranate Coconut Milk Refresher but want something a bit lighter, this drink is the perfect alternative. The Blueberry Pomegranate Refresher is light and nutritious, but still has the sweetness you usually expect from Dunkin Donuts.
What does the sunset refresher taste like? ›It's a lemonade drink with sweet mango and dragonfruit flavors, shaken with ice and with a scoop of freeze-dried dragonfruit pieces. Does this drink contain caffeine? Yes, all Refreshers contain caffeine since there is green coffee extract in the Refresher base.
Is the pink strawberry coconut refresher at Dunkin good? ›I really enjoyed the flavors and the boost this Refresher gave me. This is definitely the proper use for coconut milk. I tried one of Dunkin's coconut milk lattes and didn't even wanna finish it.
What is the pumpkin spice topping made of? ›Its “Pumpkin Spice Topping” contains cinnamon, ginger, nutmeg and clove, along with sulfiting agents, which help to prevent spoilage and discoloration in foods.
What is pumpkin spice flavor made of? ›Pumpkin spice (a.k.a. pumpkin pie spice) is an aromatic blend of cinnamon, nutmeg, cloves, and ginger. Sometimes allspice is included.
Is blood orange drink good for you? ›Blood oranges are full of anthocyanins, a type of antioxidant. These are the pigments that give them their dark red color. These antioxidants are known for their anti-cancer properties. They help your body reduce damage from free radicals, decreasing the chance that cells will become cancerous.
Is blood orange juice a thing? ›
Blood oranges are sweeter than other oranges. Their juice is delicious, but because it is quite a bit sweeter than classic orange juice, it ferments quickly and should be used or drunk the same day it's juiced. Blood oranges can also be used to striking effect in orange marmalade or as a garnish on drinks.
What is blood orange made of? ›The blood orange is a variety of orange (Citrus × sinensis) (also referred to as raspberry orange) with crimson, almost blood-colored flesh. The distinctive dark flesh color is due to the presence of anthocyanins, a family of polyphenol pigments common to many flowers and fruit, but uncommon in citrus fruits.
How much sugar is in a pumpkin swirl from Dunkin Donuts? ›The Dunkin' Pumpkin Swirl Frozen Coffee contains 99 grams of sugar in a small size. The frozen drink has the most sugar out of the drinks analyzed, coming in at 99 grams of sugar — or 7 3/4 tablespoons — in a small size.
How many calories in a pumpkin flavor swirl at Dunkin Donuts? ›There are 170 calories in 1 serving of Dunkin' Donuts Pumpkin Swirl Iced Coffee (Medium). * The % Daily Value (DV) tells you how much a nutrient in a serving of food contributes to a daily diet.
How long is pumpkin spice season at Dunkin? ›Pumpkin Spice Latte Gets A Refresh For Fall
Starbucks' pumpkin spice latte is one of their most popular drinks. The drink is made with pumpkin puree, milk, sugar, spices, and whipped cream. Autumn is the best time of year to release this drink. Starting on August 30, the drink will be available until November 2.
Dunkin' is officially launching its fall menu Wednesday by bringing back Dunkin's Pumpkin Cream Cold Brew, Pumpkin Spice Signature Latte, the pumpkin bakery line-up and Maple Sugar Bacon. The fall lineup will also feature the debut of the Blood Orange Dunkin' Refresher and Nutty Pumpkin Coffee.
Is Dunkin pumpkin back? ›16, 2022 3:59 p.m. Dunkin's pumpkin coffees and bakery items return Aug. 17. The first day of fall is still more than a month away, but pumpkin spice season continues to creep into August, as coffee drinkers anticipate the fall flavors earlier each year.
How do you order pumpkin spice at Dunkin Donuts? ›- Ask for a MEDIUM Cold Brew.
- Ask for ONE HALF (1/2) pump of pumpkin spice *FLAVOR SWIRL.
- Add a splash of cream yourself (1oz) or use their individual creamer cups (you can sub for almond milk if you want non-dairy?)
- Add ONE-TWO Splenda (or other 0cal sweetener)
The franchise has unveiled its full menu for the upcoming season including coffee, donuts and more. Leading the collection is the popular Pumpkin Spice Signature Latte available in hot and iced options, as well as the Pumpkin Cream Cold Brew, which boasts notes of brown sugar and warm fall spices.
What is pumpkin spice latte at Dunkin made of? ›The pumpkin spice latte at Dunkin is made with coffee flavored with vanilla and pumpkin, some warm pumpkin spices added and topped with whipped cream, more caramel syrup and cinnamon sugar.
What does Dunkin Donuts do with unsold donuts? ›
Have you ever wondered what happens to all the unsold and unconsumed food at Dunkin' at the end of the day? Sadly, the company doesn't donate the food or even give it away to customers. Rather, according to one employee, it actually instructs its workers to throw everything away.
Why is it no longer called Dunkin Donuts? ›Dunkin' also simplified its menu, began selling more cold brew and Nitro Coffee and expanded its mobile ordering system. It's official: We're going by Dunkin' now. After 68 years of America running on Dunkin', we're moving to a first-name basis. The media could not be played.
Why doesn't Dunkin Donuts give away leftover donuts? ›It said that Dunkin' (Donuts) throw away leftover donuts to keep everything fresh for the next day. Some franchises of Dunkin' give their employees the leftovers, but most do not. Bakers come and bake fresh new donuts after the rest have been taken out, and that's basically the cycle.
How do I order a Pumpkin Spice Latte? ›Here's how to order one: ask for a tall creme-based Pumpkin Spice Frappuccino. Then, ask for a pump of cinnamon dolce syrup, a scoop of vanilla bean powder, and a single pump of white mocha sauce.
What's in a pumpkin spice signature latte? ›Pumpkin Spice Signature Latte – available iced or hot, made with pumpkin and vanilla flavors, spices, espresso and milk and topped with whipped cream, caramel drizzle and cinnamon sugar dusting.
Did Dunkin change pumpkin flavor? ›The new Nutty Pumpkin Coffee “combines Dunkin's Original Blend Iced Coffee with a delicious pumpkin spice swirl, hazelnut flavor shot, and cream for a reimagined take on classic pumpkin flavors,” Dunkin' said. The drink will be available hot or iced.