4 Simple Smoothies You Can Drink Any Time

Whether you’re looking for a healthier breakfast or you want to start eating breakfast in the first place, a good place to start is a sweet smoothie.

From left: mean green, mango, mixed berry, and very cherry. 

1. Refreshing Mango
What You’ll Need:
2 cups frozen mango
1 frozen banana
2 cups coconut water, frozen

What to Do:
Slice and freeze banana. Freeze coconut water over night. In the morning, add everything together in a blender. Blend well and serve.

2. Mixed Berry
What You’ll Need:
1 cup almond milk
1/2 cup Greek yogurt
1 tablespoon honey
2 cups frozen mixed berries
1/4 cup chia seeds

What to Do:
Combine everything in a blender and blend until smooth.

3. Very Cherry
What You’ll Need:
1 frozen banana
1 cup frozen cherries
1 handful spinach
1 cup almond milk

What to Do:
Slice and freeze banana over night. In the morning, combine everything in a blender and blend until smooth.

4. Mean Green
What You’ll Need:
3/4 cup almond milk
2 cups frozen pineapple
2 frozen bananas
1 handful kale
1 handful spinach

What to Do:
Slice and freeze bananas over night. In the morning, add everything in a blender and blend well.

Shop smoothie ingredients on FreshDirect

document.addEventListener('DOMContentLoaded', function() { setTimeout(() => { document.querySelectorAll('.e-n-carousel .swiper-wrapper').forEach(wrapper => { // Reset any fixed height Swiper set wrapper.style.height = 'auto'; wrapper.style.alignItems = 'stretch'; // Make each slide a flex column wrapper.querySelectorAll('.swiper-slide').forEach(slide => { slide.style.height = 'auto'; slide.style.display = 'flex'; slide.style.flexDirection = 'column'; // Walk down the container chain and stretch everything let el = slide.firstElementChild; while (el) { el.style.display = 'flex'; el.style.flexDirection = 'column'; el.style.flex = '1'; el = el.firstElementChild; } }); }); }, 600); });