How to Make Sweet and Sour Mix for co*cktail Recipes (2024)

Jump to Recipe·Print Recipe

Many co*cktail recipes call for sour mix or sweet and sour mix...it's the perfect combination of tart and sweet! This tutorial shows How to Make Sweet and Sour Mix at home, and it's sooo much better than the pre-mixed store bought stuff!

How to Make Sweet and Sour Mix for co*cktail Recipes (1)

I've been mixing up co*cktails for many years now, and one of the most called for ingredients is sweet and sour mix. For years, I just bought the pre-mixed store bought sour mix, but a few years ago, I decided to try to make my own at home. I cannot stress the difference between the two. The homemade sweet and sour mix is so much better and so fresh tasting! It really kicks the taste of my co*cktails up a notch and makes them so much more decadent! It's super easy to make too, so there is not reason not to make and use your own. Plus, your guests will be super impressed when you mix up co*cktails using your own homemade mixers! I also make my own Homemade Simple Syrup, which I use to make my Sweet and Sour Mix.

Homemade Sweet and Sour Mix

Step 1 - Start by adding one cup of sugar to one cup of water. Stir until the sugar is dissolved. You may need to boil the mixture to dissolve it properly. Or, you can use 1 cup of Homemade Simple Syrup instead.

Step 2 - Let your simple syrup mixture cool.

Step 3 - Add 1 cup of fresh squeezed lime juice and 1 cup of fresh squeezed lemon juice. You can use store bought, but fresh is sooo much better.

Step 4 - Mix well and store in an airtight container in the refrigerator.

Can be stored in the refrigerator for up to 3 weeks.

How to Make Sweet and Sour Mix for co*cktail Recipes (2)

Recipe for Sweet and Sour Mix

Print

How to Make Sweet and Sour Mix for co*cktail Recipes (3)

How to Make Sweet and Sour Mix


  • Author:
    Jess Kielman

Print Recipe

Description

Many co*cktail recipes call for sour mix or sweet and sour mix...it's the perfect combination of tart and sweet! This tutorial shows How to Make Sweet and Sour Mix at home, and it's sooo much better than the pre-mixed store bought stuff!

Ingredients


Scale

  • 1 cup of sugar
  • 1 cup of water
  • 1 cup of fresh lime juice
  • 1 cup of fresh lemon juice

Instructions

  1. Bring sugar and water to a boil and stir until sugar dissolves. Let cool. Add lime juice and lemon juice and stir well. Pour into an airtight container and store in the refrigerator for up to 3 weeks.

/* {'¼': '¼','½': '½','¾': '¾','⅓': '⅓','⅔':'⅔','⅕':'⅕','⅖':'⅖','⅗':'⅗','⅘':'⅘','⅙':'⅙','⅚':'⅚','⅛':'⅛','⅜':'⅜','⅝':'⅝','⅞':'⅞'} */window.tastyRecipesVulgarFractions = JSON.parse(decodeURIComponent("%7B%22%C2%BC%22%3A%221%2F4%22%2C%22%C2%BD%22%3A%221%2F2%22%2C%22%C2%BE%22%3A%223%2F4%22%2C%22%E2%85%93%22%3A%221%2F3%22%2C%22%E2%85%94%22%3A%222%2F3%22%2C%22%E2%85%95%22%3A%221%2F5%22%2C%22%E2%85%96%22%3A%222%2F5%22%2C%22%E2%85%97%22%3A%223%2F5%22%2C%22%E2%85%98%22%3A%224%2F5%22%2C%22%E2%85%99%22%3A%221%2F6%22%2C%22%E2%85%9A%22%3A%225%2F6%22%2C%22%E2%85%9B%22%3A%221%2F8%22%2C%22%E2%85%9C%22%3A%223%2F8%22%2C%22%E2%85%9D%22%3A%225%2F8%22%2C%22%E2%85%9E%22%3A%227%2F8%22%7D"));

window.tastyRecipesFormatAmount = function(amount, el) {if ( parseFloat( amount ) === parseInt( amount ) ) {return amount;}var roundType = 'frac';if (typeof el.dataset.amountShouldRound !== 'undefined') {if ('false' != el.dataset.amountShouldRound) {if ( 'number' === el.dataset.amountShouldRound ) {roundType = 'number';} else if ('frac' === el.dataset.amountShouldRound) {roundType = 'frac'} else if ('vulgar' === el.dataset.amountShouldRound) {roundType = 'vulgar'} else {roundType = 'integer';}}}if ('number' === roundType) {amount = Number.parseFloat(amount).toPrecision(2);} else if ('integer' === roundType) {amount = Math.round(amount);} else if ('frac' === roundType || 'vulgar' === roundType) {var denom = 8;if (typeof el.dataset.unit !== 'undefined') {var unit = el.dataset.unit;if (['cups','cup','c'].includes(unit)) {denom = 4;if (0.125 === amount) {denom = 8;}if ("0.1667" === Number.parseFloat( amount ).toPrecision(4)) {denom = 6;}}if (['tablespoons','tablespoon','tbsp'].includes(unit)) {denom = 2;}if (['teaspoons','teaspoon','tsp'].includes(unit)) {denom = 8;}}var amountArray = frac.cont( amount, denom, true );var newAmount = '';if ( amountArray[1] !== 0 ) {newAmount = amountArray[1] + '/' + amountArray[2];if ('vulgar' === roundType) {Object.keys(window.tastyRecipesVulgarFractions).forEach(function(vulgar) {if (newAmount === window.tastyRecipesVulgarFractions[vulgar]) {newAmount = vulgar;}});}}if ( newAmount ) {newAmount = ' ' + newAmount;}if ( amountArray[0] ) {newAmount = amountArray[0] + newAmount;}amount = newAmount;}return amount;}}())

buttons.forEach(function(button){button.addEventListener('click', function(event){event.preventDefault();var recipe = event.target.closest('.tasty-recipes');if ( ! recipe ) {return;}var otherButtons = recipe.querySelectorAll('.' + buttonClass);otherButtons.forEach(function(bt){bt.classList.remove(buttonActiveClass);});button.classList.add(buttonActiveClass);

/* Scales all scalable amounts. */var scalables = recipe.querySelectorAll('span[data-amount]');var buttonAmount = parseFloat( button.dataset.amount );scalables.forEach(function(scalable){if (typeof scalable.dataset.amountOriginalType === 'undefined'&& typeof scalable.dataset.nfOriginal === 'undefined') {if (-1 !== scalable.innerText.indexOf('/')) {scalable.dataset.amountOriginalType = 'frac';}if (-1 !== scalable.innerText.indexOf('.')) {scalable.dataset.amountOriginalType = 'number';}Object.keys(window.tastyRecipesVulgarFractions).forEach(function(vulgar) {if (-1 !== scalable.innerText.indexOf(vulgar)) {scalable.dataset.amountOriginalType = 'vulgar';}})if (typeof scalable.dataset.amountOriginalType !== 'undefined') {scalable.dataset.amountShouldRound = scalable.dataset.amountOriginalType;}}var amount = parseFloat( scalable.dataset.amount ) * buttonAmount;amount = window.tastyRecipesFormatAmount(amount, scalable);if ( typeof scalable.dataset.unit !== 'undefined' ) {if ( ! scalable.classList.contains('nutrifox-quantity') ) {if ( ! scalable.classList.contains('nutrifox-second-quantity') ) {amount += ' ' + scalable.dataset.unit;}}}scalable.innerText = amount;});/* Appends " (x2)" indicator. */var nonNumerics = recipe.querySelectorAll('[data-has-non-numeric-amount]');nonNumerics.forEach(function(nonNumeric){var indicator = nonNumeric.querySelector('span[data-non-numeric-label]');if ( indicator ) {nonNumeric.removeChild(indicator);}if ( 1 !== buttonAmount ) {var indicator = document.createElement('span');indicator.setAttribute('data-non-numeric-label', true);var text = document.createTextNode(' (x' + buttonAmount + ')');indicator.appendChild(text);nonNumeric.appendChild(indicator);}});});});}());

How to Make Sweet and Sour Mix for co*cktail Recipes (4)How to Make Sweet and Sour Mix for co*cktail Recipes (5)

This is one of my favorite drinks that calls for Sweet and Sour Mix...

How to Make Sweet and Sour Mix for co*cktail Recipes (6)

The Black Eyed Susan co*cktail is so refreshing, and it's the official drink of the Preakness! It is one of my favorite summer drinks, and I serve it at brunch sometimes. You will love it!

How to Make Sweet and Sour Mix for co*cktail Recipes (7)

Here is my favorite Recipe for Homemade Simple Syrup! It's so easy to make and you can use it in co*cktail recipes as well as fancy coffee drinks!

How to Make Sweet and Sour Mix for co*cktail Recipes (8)

Rate Our Content: How to Make Sweet and Sour Mix for co*cktail Recipes (9)How to Make Sweet and Sour Mix for co*cktail Recipes (10)How to Make Sweet and Sour Mix for co*cktail Recipes (11)How to Make Sweet and Sour Mix for co*cktail Recipes (12)How to Make Sweet and Sour Mix for co*cktail Recipes (13) (6 votes, average: 4.17 out of 5)
How to Make Sweet and Sour Mix for co*cktail Recipes (14)Loading...

How to Make Sweet and Sour Mix for co*cktail Recipes (2024)

FAQs

Is simple syrup the same as sweet and sour mix? ›

Sour mix is a simple syrup flavored with sour citrus fruit. It's often a combination of lemon and lime juices, though it can be made with either alone. With this single ingredient, you can add both sweet and sour elements to a variety of drinks. Sour mix also tends to be a little thinner than standard simple syrup.

What is the mixture of sour and sweet? ›

At the heart of it, sweet & sour mix is just lemon juice, lime juice, water, and sugar. The basic ration is equal parts sugar water and citrus juice. You can always make it sweeter or more tart to fix your preference.

What is sweet and sour made of for co*cktails? ›

Sour mix (also known as sweet and sour mix) is a mixer that is yellow-green in color and is used in many co*cktails. It is made from approximately equal parts lemon and/or lime juice and simple syrup and shaken vigorously with ice. This produces a pearly-white liquid with a pronounced flavor.

Is margarita mix the same as sweet and sour mix? ›

Is margarita mix and sweet and sour mix the same? More or less, yes. Both are a type of sour mix, but margarita mix is typically lime only.

Is there a difference between whiskey sour mix and sweet and sour mix? ›

Of course Sour Mix, Sweet & Sour Mix, Whiskey Sour Mix, Daiquiri Mix, and even Margarita Mix (for the most part) are all essentially the same thing.

What can I substitute for simple syrup in Old Fashioned? ›

If you're looking for a simple syrup substitute, there are three favorites you probably have right in your home: honey, maple syrup and agave. For honey or agave, add warm water to them, to help turn the mix to syrup. You can also use a sweet, juicy fruit, like an orange.

What is bartender sour mix? ›

Sour mix is a combination of sugar, water, lemons, and limes. One homemade batch can give you a whole party's worth of margaritas, whiskey sours, or daiquiris without much effort. A bottle of sour mix may call you from the store shelf with a siren song of good times and an easy-pour spout.

Does sweet and sour mix need to be refrigerated? ›

Always store the sweet and sour mix in a cool, dry place away from direct sunlight if it's unopened. Room temperature is ideal. Once opened, store the mix in the refrigerator. Ensure that the cap is tightly sealed after each use to keep air and bacteria out.

Does sweet and sour mix have alcohol? ›

This high-quality sweet and sour mix is made with real lemons, limes and oranges, delivering citrus flavor to co*cktails like a whiskey sour and margarita. This co*cktail mixer is ideal to make non-alcoholic or mixed drinks at home. This half gallon mixer bottle doesn't contain any alcohol.

What is the formula for the sour co*cktail? ›

The golden formula for an easy sour co*cktail breaks down like this: 2 ounces spirit. 1 ounce sweet. 1 ounce sour.

What is finest call sweet and sour co*cktail mix? ›

Description. A precise blend of pure lemon juice with all-natural essential lemon, lime, and orange oils, combined with simple syrup, creates one of the most versatile mixers in the world. It is vital for daiquiris, margaritas and any and all sour co*cktails.

What can I use instead of sweet and sour mix? ›

Sour mix is both sweet and sour, so if you need to make a swap, you'll want to make sure you add both so the taste will be comparable. Using equal parts lemon juice or lime juice and simple syrup or soda is the safest bet.

Is triple sec necessary for margaritas? ›

To balance the co*cktail's acidity, triple sec is absolutely necessary for traditional Margaritas, according to Bailon. “Without triple sec, we fall into a different co*cktail category, which is the sour,” she explains.

What is simple syrup also known as? ›

Also referred to as "sugar syrup," simple syrup is a liquefied form of sugar that is commonly used to sweeten co*cktails, iced tea, iced coffee, lemonade, and other cold drinks.

What are other names for simple syrup? ›

Simple Syrup, also known as “sugar syrup” (and sometimes “sugary syrup”) is a syrup made from dissolving white granulated sugar into an equal amount of water. Yep, that's all!

What does Starbucks call their simple syrup? ›

Classic syrup is Starbucks' version of simple syrup or liquid sugar and is what all of their shaken teas and iced coffees are sweetened with. It ranks second for giving us our sugar fix without any additional flavor.

Top Articles
Latest Posts
Article information

Author: Otha Schamberger

Last Updated:

Views: 5443

Rating: 4.4 / 5 (55 voted)

Reviews: 86% of readers found this page helpful

Author information

Name: Otha Schamberger

Birthday: 1999-08-15

Address: Suite 490 606 Hammes Ferry, Carterhaven, IL 62290

Phone: +8557035444877

Job: Forward IT Agent

Hobby: Fishing, Flying, Jewelry making, Digital arts, Sand art, Parkour, tabletop games

Introduction: My name is Otha Schamberger, I am a vast, good, healthy, cheerful, energetic, gorgeous, magnificent person who loves writing and wants to share my knowledge and understanding with you.