Coke Cola Red - Pan Yang Congou

Coke Cola Red - Pan Yang Congou

Regular price
$15.00 USD
Sale price
$15.00 USD
Regular price
Sold out
Unit price
per 

This tea, previously called Rose Aroma, reminds me of Coke Cola. 

The tea is from Fu An, Fujian, and is clean with a medium body. There is a rose aroma but what stands out about this tea is the thick sugar sweetness with a touch of citrus that some how reminds me of Coke Cola. 

Its not a strong coke cola flavor and the flavors are very much balanced. But drinking this tea I cant help but think of Coke Cola. 


/* Pine tree swaying animation */ @keyframes pine-sway { 0%, 100% { transform: rotate(0deg); } 25% { transform: rotate(1deg); } 75% { transform: rotate(-1deg); } } .pine-background { animation: pine-sway 4s ease-in-out infinite; transform-origin: bottom center; } /* Stagger multiple trees */ .pine-background:nth-child(2) { animation-delay: 0.5s; } .pine-background:nth-child(3) { animation-delay: 1s; }
html