This site has limited support for your browser. We recommend switching to Edge, Chrome, Safari, or Firefox.

Delivery charge £3.99 or FREE delivery for orders over £40

Easter Hidden Centre Cupcakes

If you are looking for an egg-stremely delicious Easter cupcake recipe then look no further!

Makes 8 cupcakes

Baking Ingredients

Prepare your equipment: Cupcake corer, 2 x piping bags, nozzle

Pre made cupcakes

400g Belgian Chocolate Ganache (homemade or shop bought)

Decorating Ingredients

400g Buttercream with added caramel flavour.

Caramel ProGel

Large Chocolate eggs

Confetti - Gold Stars

Instructions

Create a hidden centre:

Step 1 - Using a cupcake corer, cut a small hole out of the centre of each cupcake, reserving the cut out sponge for later. If you don’t have a cupcake corer, you can use an apple corer or knife for this step.

Step 2 - Heat the Belgian Chocolate Ganache in the microwave.

Step 3 - Spoon the ganache into a piping bag, snip off the end, and fill the holes of each cupcake, being careful not to fill the holes all the way to the top (leave a small gap of approximately 5mm).

Step 4 - Keep the piping bag with the ganache as you will need this for drizzling the cupcakes at the end.

Step 5 - Take the reserved sponge pieces and place on top of the ganache, ‘sealing’ each hole. 

Decorating the cupcakes:

Step 6 - Make your buttercream, add the flavouring and Caramel ProGel. Mix until colour is mixed through evenly.

Step 7 - Snip off the end of a piping bag, insert a nozzle of your choice (we used a Wilton 1M nozzle), spoon the icing into the bag, and pipe a whirl onto the cupcakes.

Step 8 - Cut the chocolate eggs in half & place each half onto the top of each cupcake.

Extra Sparkle: you could cover the eggs with Shimmer Dust before cutting.

Step 9 - Take the remaining Ganache and drizzle over the top of each cupcake.

Step 10 - Finish the cupcakes by sprinkling them with Rainbow Dust Gold Star Confetti.

Cart

No more products available for purchase

Your Cart is Empty

function initialize_function(JQ_value){ var is_JQ = JQ_value; if(is_JQ){ var jQ = typeof window.WSAIO_GET_JQUERY === "function" ? window.WSAIO_GET_JQUERY() : jQuery; if(typeof window.WSAIO_MODULE !== "undefined") window.WSAIO_MODULE(jQ); if(typeof window.WSAIO_MODULEJS !== "undefined") window.WSAIO_MODULEJS(jQ); if(typeof WSAIO.app_enable_preview_define != 'undefined')WSAIO.app_enable_preview_define(); if(typeof WSAIO.cart_qty_handler_define != 'undefined')WSAIO.cart_qty_handler_define(); if(typeof window.ws_load_app !== "undefined") window.ws_load_app(jQ); }else{ if(typeof window.WSAIO_MODULE !== "undefined") window.WSAIO_MODULE(); if(typeof window.WSAIO_MODULEJS !== "undefined") window.WSAIO_MODULEJS(); if(typeof WSAIO.app_enable_preview_define != 'undefined')WSAIO.app_enable_preview_define(); if(typeof WSAIO.cart_qty_handler_define != 'undefined')WSAIO.cart_qty_handler_define(); if(typeof window.ws_load_app !== "undefined") window.ws_load_app(); } } function append_asset_files(){if(theme_file != '' && (WSAIO.use_file_customCode || WSAIO.use_file_html || WSAIO.use_file_selector)){ var themeScript = document.createElement('script'); themeScript.src = theme_file; themeScript.defer = true; themeScript.type = "text/javascript"; document.body.appendChild(themeScript); } if(theme_file != '' && WSAIO.use_file_customCode && typeof WSAIO.discount_applicable != 'undefined' && WSAIO.discount_applicable){ let intervalID; var maxIntervalTime = 10000; var currentInterval = 0; function waitForFunction() { currentInterval = currentInterval + 50; if(currentInterval >= maxIntervalTime) clearInterval(intervalID); if (typeof wsaio_execute_custom_code === 'function' && typeof window.WSAIO_GET_JQUERY !== "undefined") { clearInterval(intervalID); var jQ = typeof window.WSAIO_GET_JQUERY === "function" ? window.WSAIO_GET_JQUERY() : jQuery; if(typeof WSAIO.render_file_function !== "undefined" && WSAIO.render_file_function){ if(jQ){ initialize_function(true); }else{ initialize_function(false); } } setTimeout(() => { if(jQ){ wsaio_execute_custom_code(jQ); }else{ wsaio_execute_custom_code(); } }, 50); } } intervalID = setInterval(waitForFunction, 50); } var temp = document.createElement('div'); temp.innerHTML = installationstandalonecode; Array.from(temp.childNodes).forEach(function(node) { if (node.nodeType === Node.ELEMENT_NODE && node.tagName === 'SCRIPT') { var script = document.createElement('script'); Array.from(node.attributes).forEach(function(attr) { script.setAttribute(attr.name, attr.value); }); script.textContent = node.textContent; document.body.appendChild(script); } else { document.body.appendChild(node); } }); } document.currentScript.remove();