150+ Non-Alcoholic co*cktail Recipes | Ritual Zero Proof (2024)

If you know how to make a classic co*cktail, you know how to make it a zero proof co*cktail with
Ritual. It’s as easy as 1:1. But if you’re looking for some inspiration, you’ve come to the right place!


Choose Your Own Adventure Penicillin
New York Sour
French 75
Hot Buttered Rum
Orchard Espresso Martini
Stone Fence
Winter Margarita
Whiskey Highball
Ranch Water
Siesta
Boulevardier
Jungle Bird
Aperitif Sour
Italian Greyhound Spritz
Aperitif Coconut Margarita
Paper Plane
Spritz
Negroni
Holiday Tequila Punch
Flannel Daiquiri
Them Apples
Campeón
The Good Sun


Fall Piña Colada
Holiday Buck
Cranberry Margarita
Pomegranate Mexican Mule
Cranberry Gimlet
Maple Old Fashioned
New York Sour
Matcha Island
Whiskey Peach Smash
Fruit Cart

Daiquiri
Gin Mule
Peychaud’s Style Aromatic Bitters Recipe
Angostura Style Aromatic Bitters Recipe
Aromatic Bitters Recipe
Digestive Bitters Recipe
Mole Bitters Recipe
Rhubarb Bitters Recipe
Cherry Bitters Recipe
Cardamom Bitters Recipe
Lavender Bitters Recipe
Chocolate Bitters Recipe
Black Walnut Bitters Recipe
Celery Bitters Recipe
Orange Bitters Recipe

Mr. Bali Hai
Rum Caipirinha
Mai Tai
Demerara Simple Syrup Recipe
Raspberry Simple Syrup Recipe
Passion Fruit Simple Syrup Recipe
Simple Syrup Recipe
Honey Simple Syrup Recipe
Candy Cane Simple Syrup Recipe
Ginger Simple Syrup Recipe
Cinnamon Simple Syrup Recipe
Rhubarb Simple Syrup Recipe
Mint Simple Syrup Recipe
Lavender Simple Syrup Recipe
Mango Simple Syrup Recipe
Banana Simple Syrup Recipe
Orange Infused Simple Syrup Recipe
Sage Simple Syrup Recipe
Sweet Tea Simple Syrup Recipe
Cardamom Simple Syrup Recipe
Pineapple-Ginger Simple Syrup Recipe
Cranberry-Honey Simple Syrup
Pumpkin Spice Simple Syrup Recipe
Vanilla Simple Syrup Recipe
The Journey
Breeze Blocks
Spicy Mango Margarita
Anchors Up
Rum Horchata Latte
Blood Orange Grog
Armchair Detective
The Cozy Blanket
Candy Cane Swizzle
Blood Orange Saffron DRY-Rita⁠
Rum Hot Chocolate
Egg Nog
Maple Rum Old Fashioned
Orchard Swizzle
Hot Toddy
Apple Cider Spiced Rum

Mediodía
On The Mend
Tiki Buck
PTO
Whiskey Palmer
VIP Welcome
Currently Vibing
The Slow Life
Mango Painkiller
Sultans of Sling
The Peppy Paloma
Pineapple Daiquiri
Cosmopolitan
Mojito
Strawberry Gin Smash
Pineapple Rum Punch
Ginger Daiquiri
Kentucky Buck
Coconut Blackberry Gin Smash
The Bee’s Knees
Pineapple Margarita
Blueberry Gin Sour
Tequila Piña Colada
Watermelon Rum Smash
Rum and Coffee
Blood Orange Whiskey Smash
Piña Colada

Rum Punch

Painkiller


Winter Paloma
The Green Go-Go
Mexican Mule
Bloody Maria
The Matador
Tequila Sour
Gin Fizz
Bloody Mary

The Last Word
Bourbon Champagne co*cktail
Mint Julep
Whiskey Smash
John Collins
Tequila Sunrise
Gimlet
Old Fashioned
Manhattan
OH! Canada
Rob Roy
Whiskey Sour
Lemon Squeeze
Penicillin
Lemon Drop
Ruby Rose Spritzer
Aviation
Paloma
Spicy Margarita
Margarita

Product

  • All
  • Rum
  • Tequila
  • Gin
  • Whiskey
  • Aperitif

Recipe Type

  • All
  • Simple
  • Complex
  • Classics
  • Syrups
  • Bitters

Clear

Sign up to receive our newest recipes every week! Delivered straight to your inbox or phone.
") } } inp.addEventListener("input", function(e) { autocompleteComponent(this); }); inp.addEventListener("focus", function(e) { autocompleteComponent(this); }); /*execute a function presses a key on the keyboard:*/ inp.addEventListener("keydown", function(e) { var x = document.getElementById(this.id + "autocomplete-list"); if (x) x = x.getElementsByTagName("div"); if (e.keyCode == 40) { /*If the arrow DOWN key is pressed, increase the currentFocus variable:*/ currentFocus++; /*and and make the current item more visible:*/ addActive(x); } else if (e.keyCode == 38) { //up /*If the arrow UP key is pressed, decrease the currentFocus variable:*/ currentFocus--; /*and and make the current item more visible:*/ addActive(x); } else if (e.keyCode == 13) { /*If the ENTER key is pressed, prevent the form from being submitted,*/ e.preventDefault(); if (currentFocus > -1) { /*and simulate a click on the "active" item:*/ if (x) x[currentFocus].click(); } } }); function addActive(x) { /*a function to classify an item as "active":*/ if (!x) return false; /*start by removing the "active" class on all items:*/ removeActive(x); if (currentFocus >= x.length) currentFocus = 0; if (currentFocus < 0) currentFocus = (x.length - 1); /*add class "autocomplete-active":*/ x[currentFocus].classList.add("autocomplete-active"); } function removeActive(x) { /*a function to remove the "active" class from all autocomplete items:*/ for (var i = 0; i < x.length; i++) { x[i].classList.remove("autocomplete-active"); } } function closeAllLists(elmnt) { /*close all autocomplete lists in the document, except the one passed as an argument:*/ var x = document.getElementsByClassName("autocomplete-items"); for (var i = 0; i < x.length; i++) { if (elmnt != x[i] && elmnt != inp) { x[i].parentNode.removeChild(x[i]); document.querySelector('#bm-blog-search-block > form').classList.remove('bm-autocomplete'); } } } /*execute a function when someone clicks in the document:*/ document.addEventListener("click", function (e) { closeAllLists(e.target); }); } var titles = document.querySelectorAll('.bm-article-name-list a'); titles.forEach(function(title){ var titleObj = { name: title.innerHTML, url: title.getAttribute("href") } bmTitles.push(titleObj); }) autocomplete(document.querySelector(".bm-tag-head form > input"), bmTitles); $(document).ready(function(){ $(".bm-tag-block-inner").click(function(){ $(this).toggleClass("bm-arrow-up"); $(this).next(".bm-tag-dropdown").toggleClass("bm-show-tag-dropdown" ); }); $("body").click(function(e){ if($(e.target).closest(".bm-tag-block").length == 0){ $(".bm-tag-block-inner").removeClass("bm-arrow-up"); $(".bm-tag-dropdown").removeClass("bm-show-tag-dropdown" ); } }); // if($("a.tag__item.tag__item--active").length == 1 && $("a.tag__item.tag__item--active").text() != "All" ){ $("#bm_show_tag_dropdown").text($("a.tag__item.tag__item--active").html()); } });
150+ Non-Alcoholic co*cktail Recipes | Ritual Zero Proof (2024)
Top Articles
Latest Posts
Article information

Author: Lidia Grady

Last Updated:

Views: 5724

Rating: 4.4 / 5 (65 voted)

Reviews: 80% of readers found this page helpful

Author information

Name: Lidia Grady

Birthday: 1992-01-22

Address: Suite 493 356 Dale Fall, New Wanda, RI 52485

Phone: +29914464387516

Job: Customer Engineer

Hobby: Cryptography, Writing, Dowsing, Stand-up comedy, Calligraphy, Web surfing, Ghost hunting

Introduction: My name is Lidia Grady, I am a thankful, fine, glamorous, lucky, lively, pleasant, shiny person who loves writing and wants to share my knowledge and understanding with you.