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

What is sweet and sour mix made of? ›

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.

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 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 is sweet and sour made of bartending? ›

Regular grain sugar, syrups and sweet liqueurs for example. The sour part comes most often from Lemons or Limes. But other ingredients can be used as well, such as certain apple liqueurs or cranberry juice, which carry a certain sourness, different from those of citrus fruits.

What is Sweet & sour made of? ›

While sweet and sour can be found in diverse forms in China, the American version builds upon the simple mixture of sugar, vinegar, and spices with the addition of fruit juice—most commonly pineapple—and ketchup, giving the sauce both its red hue and uniquely Western flavor.

How do they make sweets sour? ›

Citric acid is one of the most common ingredients in sour candy, providing the perfect pop of tartness. Malic acid takes things to the next level, being the acid responsible for extreme sour flavor. Fumaric acid changes the game by allowing the strong sour taste to be long-lasting, due to its low dissolvability.

Is whiskey sour mix the same as 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. With very few exceptions, all of the commercially available products are little more than a bucket of chemicals pretending to be "quality" products.

What is the formula for co*cktail mix? ›

Two parts base spirit to one part sweet to one part sour. Let's take it one step at a time. Start with your base spirit. It can be any of your main categories of liquor—whiskey, gin, vodka, etc.

How to formulate a co*cktail? ›

The basic formula for creating a co*cktail is 2:1:1, says Burian. Add 2 parts alcohol, 1 part sweet, and 1 part sour to a shaker and shake the ingredients over ice. Strain into a glass with ice, then add your garnish. (If you want something a little lighter, check out these low-alcohol co*cktail recipes.)

What is the basic ratio for co*cktails? ›

Almost all the classic drinks you know and love, from the Daiquiri to the Gimlet or the Margarita come down to the same basic ratio: 2:1:1. That's two parts spirit, one part sweet, and one part sour, commonly known as the Golden Ratio.

What is a very sweet co*cktail? ›

I'm a bartender, and customers will often ask me what they should order if they want a sweet drink. For tropical flavors, you can't go wrong with a piña colada, daiquiri, or sex on the beach. Dirty Shirleys, amaretto sours, and chocolate martinis are classic co*cktails that'll fit the bill.

What does sour and sweet make? ›

Sweet and sour sauce is a condiment, commonly used in Asian cuisines, that combines (you guessed it!) sweet and sour flavors. It can be used as a dipping sauce, a glaze, or as an ingredient in marinades and so much more.

Is Tom Collins mix the same as sour mix? ›

The Tom Collins is arguably the most recognizable example of the Collins family of drinks. Generally speaking, a Collins simply means a sour co*cktail (those involving a spirit mixed with sugar and citrus) served in a tall glass over ice, and topped with soda water.

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

What is a good substitute for sweet and sour mix?
  • Juices – lemonade, limeade, margarita mix, orange juice + pineapple juice with no simple syrup.
  • Sodas – lemon-lime soda + ginger ale and a splash of lemon or lime juice.

What is Chinese sweet and sour chicken made of? ›

Sweet and sour chicken, one of the most popular Chinese takeout dishes, is made of puffy, golden brown pieces of fried chicken nuggets with pineapple chunks, onion, bell pepper, carrot, and a side of iconic red, sweet and sour sauce.

What is in store bought sour mix? ›

Ingredients: WATER, CANE SUGAR, CITRIC ACID, SODIUM CITRATE, SODIUM HEXAMETAPHOSPHATE, NATURAL AND ARTIFICIAL FLAVORS, POTASSIUM SORBATE (PRESERVATIVE), ACACIA GUM, POLYSORBATE 60, ESTER GUM, YELLOW 5, YELLOW 6, CARAMEL COLOR.

Is sweet and sour mix the same as lemonade? ›

Lemonade | Essentially a sour mix is a more concentrated lemonade in a way. It is a great base for so many drinks but even watering it down can give that tart and sweet flavor of lemonade that so many love and know.

References

Top Articles
Latest Posts
Article information

Author: Greg Kuvalis

Last Updated:

Views: 6451

Rating: 4.4 / 5 (75 voted)

Reviews: 82% of readers found this page helpful

Author information

Name: Greg Kuvalis

Birthday: 1996-12-20

Address: 53157 Trantow Inlet, Townemouth, FL 92564-0267

Phone: +68218650356656

Job: IT Representative

Hobby: Knitting, Amateur radio, Skiing, Running, Mountain biking, Slacklining, Electronics

Introduction: My name is Greg Kuvalis, I am a witty, spotless, beautiful, charming, delightful, thankful, beautiful person who loves writing and wants to share my knowledge and understanding with you.