Loading...

Coconut Cake

Browse The Best Coconut Cake

A sweet dessert wine such as a late harvest Riesling or Sauternes would pair well with the coconut and white chocolate flavors in the Tom Cruise Cake. Alternatively, a rich and creamy stout or porter beer would complement the cake's dense texture and nutmeg spice. For a spirit pairing, a coconut rum or amaretto would enhance the almond extract and shredded coconut components of the cake.

From the Pub

:root { --navbar-height: {{ navbarHeight + 'px' }}; --navbar-fixed-height: {{ navbarFixedOffset + 'px' }}; --anchor-offset: {{ anchorOffset + 'px' }}; --scroll-y: {{ scrollY }}; } .sticky-top { top: var(--navbar-fixed-height); transition: top .35s; } :target { scroll-margin-top: var(--anchor-offset); } .pt-navbar-height { padding-top: var(--navbar-height) !important; }