Kulfi Recipe
Kulfi Recipe || Khoya Kulfi || How to make kulfi at home with step-by-step photos and video
Kulfi is the most delicious frozen dessert. In the hot summer in Pakistan, kulfi which is basically a frozen Pakistani dessert is much sought after, I still remember the kufi walla
In the hot months of April to June, we used to ask him to stop and serve us kulfi, he would remove kulfi from the molds by dipping some dry fruits over kulfi, There are many ways a kulfi can be made, traditionally kulfi is made from thickening milk to rabdi, kulfi also be made with condensed milk as I mentioned above I have added khoya, khoya is evaporated milk and imparts a lot of flavor and taste to the kulfi
My Latest Video Kulfi:
How to prepare for this?
Kulfi is
traditionally prepared by evaporating sweetened and flavored milk via slow
cooking, with almost continuous stirring to keep milk from sticking to the
bottom of the vessel where it might burn until its volume, is reduced by half, thus thickening it, increasing its fat, protein, and lactose density. It
has a distinctive taste due to the caramelization of lactose and sugar during the
lengthy cooking process
Try this
kulfi recipe and you will love it for its ease simplicity and great taste and
texture,

\
Like Our Videos? Then follow and subscribe to us on YouTube for the latest Recipe Video updates.
In a pot add milk and place on the stove, add cardamom powder and bring it to a boil
Keep stirring slowly for 15-20 minutes over the low-medium flame, the milk will reduce and thicken during that time, now add powdered milk, and sugar and stir it well
Add crushed dry fruits and khoya Keep on stirring for 10 minutes over a low flame so that khoya is distributed evenly
Now add coconut powder, saffron, and kewra essence mix them well, and then turn off the flame
Transfer to the medium bowl and let it cool down completely, fill the mold with the kulfi mixture
Fill all molds with kulfi mixture
All molds are ready to keep in the freezer
After an hour you can adjust the choc bar sticks in the kulfi, Freeze the kulfi for 8 hours maximum
Once kulfi is well set, you unmould transfer it to the plate, garnish it with some dry fruits over them
Now Kulfi is ready, to serve with
Kulfi Recipe
Author: Sana Rasheed
Preparation Time: 10 mins
Cooking time:30 mins
Total time:40 mins
Servings: 5
Recipe Category: Dessert
Cuisine: Pakistani
Calories per bar:184 kcal
Kulfi is a recipe that is literally marvelous and superb in taste, a simple and easy
recipe of delicious kulfi with khoya(evaporated milk
- 500 ml, Full-fat milk
- 250g, sugar
- 3, green cardamom powder
- 3 tbsp, Pistachio crushed
- 2 tbsp, almond crushed
- 200g
- 1 pinch, of saffron
- few drops, of kewra essence
- 2 tbsp, powdered milk full fat
- 1 tbsp, coconut powder
How to make a Khoya Kulfi?
- In a large pan pour the milk then add cardamom powder and heat it for about 15 to 20 minutes. the milk will reduce and thicken the time
- Now add powdered milk, and sugar and stir it
- Keep flame low and add crushed dry fruits and khoya,
- Stir very well or just simmer for a minute keep on stirring so that khoya is distributed evenly
- Turn off the flame
- Now add kewra, and saffron to the kulfi mixture and mix it well
- Let it cool
- Then Kulfi mixture is poured into the kulfi mold (easily available at any Asian shop)
- After 1 hour you can adjust the choc bar stick in the kulfi
- Freeze
- Once the kulfi is well set, you unmould transfer the plate and serve kulfi with falooda and drizzle some drops of Rooh afza can sprinkle some dry fruits for garnishing
- If you don't like to eat kulfi with falooda
- You can skip this step it's optional
*Not be duplicated, rewritten, or published without permission- Thank you!
//o?$("#menu-wrapper").css({position:"fixed",top:0,left:0,right:0,"z-index":99}):$("#menu-wrapper").css({position:"relative"})};n(),$(window).scroll(function(){n()})});
// Menu 2
$(document).ready(function(){var str=location.href.toLowerCase();$('.mainin-nav ul li a').each(function(){if(str.indexOf(this.href.toLowerCase())>-1){$("li.highlight").removeClass("highlight");$(this).parent().addClass("highlight")}})})
$(function(){var pull=$('#pull');menu=$('.mainin-nav ul');menuHeight=menu.height();$(pull).on('click',function(e){e.preventDefault();menu.slideToggle()});$(window).resize(function(){var w=$(window).width();if(w>320&&menu.is(':hidden')){menu.removeAttr('style')}})});
// Back to Top
$(function(){$("#back-to-top").backToTop()});
!function(n){n.fn.backToTop=function(o){var c=n(this);c.hide().click(function(){n("body, html").animate({scrollTop:"0px"})});var i=n(window);return i.scroll(function(){i.scrollTop()>0?c.fadeIn():c.fadeOut()}),this}}(jQuery);
// Tab Menu
!function(a){"use strict";var b=function(b,c){var d=this;d.element=b,d.$element=a(b),d.tabs=d.$element.children(),d.options=a.extend({},a.fn.mtabs.defaults,c),d.current_tab=0,d.init()};b.prototype={init:function(){var a=this;a.tabs.length&&(a.build(),a.buildTabMenu())},build:function(){var b=this,c=b.options,d=c.tab_text_el,e=c.container_class;b.tab_names=[],b.$wrapper=b.$element.wrapInner('
').find("."+e),b.tabs.wrapAll('
'),b.tabs.each(function(c,e){var f,g=a(e),h=d;f=g.find(h).filter(":first").hide().text(),b.tab_names.push(f)}),a.isFunction(c.onReady)&&c.onReady.call(b.element)},buildTabMenu:function(){for(var b,c=this,d=c.options,e=d.tabsmenu_el,f=c.tab_names,g="<"+e+' class="'+d.tabsmenu_class+'">',h=0,i=f.length,j=function(){var a=arguments;return d.tmpl.tabsmenu_tab.replace(/\{[0-9]\}/g,function(b){var c=Number(b.replace(/\D/g,""));return a[c]||""})};i>h;h++)g+=j(h+1,f[h]);g+=""+e+">",c.$tabs_menu=a(g).prependTo(c.$wrapper),b=c.$tabs_menu.find(":first")[0].nodeName.toLowerCase(),c.$tabs_menu.on("click",b,function(b){var d=a(this),e=d.index();c.show(e),b.preventDefault()}).find(":first").trigger("click")},show:function(b){var c=this,d=c.options,e=d.active_tab_class;c.tabs.hide().filter(":eq("+b+")").show(),c.$tabs_menu.children().removeClass(e).filter(":eq("+b+")").addClass(e),a.isFunction(d.onTabSelect)&&b!==c.current_tab&&d.onTabSelect.call(c.element,b),c.current_tab=b},destroy:function(){var a=this,b=a.options.tab_text_el;a.$tabs_menu.remove(),a.tabs.unwrap().unwrap(),a.tabs.removeAttr("style"),a.tabs.children(b+":first").removeAttr("style"),a.$element.removeData("mtabs")}},a.fn.mtabs=function(c,d){return this.each(function(){var e,f=a(this),g=f.data("mtabs");e="object"==typeof c&&c,g||f.data("mtabs",g=new b(this,e)),"string"==typeof c&&g[c](d)})},a.fn.mtabs.defaults={container_class:"tabs",tabs_container_class:"tab-contents",active_tab_class:"active-tab",tab_text_el:"h1, h2, h3, h4, h5, h6",tabsmenu_class:"tabs-menu",tabsmenu_el:"ul",tmpl:{tabsmenu_tab:'
{1}'},onTabSelect:null}}(window.jQuery,window,document);
//]]>
Have you any doubts about this blog kindly let me know
EmoticonEmoticon