{% assign use_variant_images = false %}
{% capture vertical_scroll %}{% endcapture %} {%- if use_variant_images and variant.images[0] -%} {%- assign images = variant.images -%} {%- else -%} {%- assign images = product.images -%} {%- endif -%}
{% assign last_slide = 0 %} {% assign imgOffset = 0 %} {% if product.tags contains 'Graphic Overlay' %} {% assign imgOffset = 1 %} {% endif %} {%- for image in images offset: imgOffset -%} {% capture thumbRepsonsive %} {%- if image != blank -%} {%- if image.width > 180 -%}{{ image.src | img_url: '180x' }} 180w {{ 180 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 360 -%}{{ image.src | img_url: '360x' }} 360w {{ 360 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 540 -%}{{ image.src | img_url: '540x' }} 540w {{ 540 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 720 -%}{{ image.src | img_url: '720x' }} 720w {{ 720 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 900 -%}{{ image.src | img_url: '900x' }} 900w {{ 900 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 1080 -%}{{ image.src | img_url: '1080x' }} 1080w {{ 1080 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 1296 -%}{{ image.src | img_url: '1296x' }} 1296w {{ 1296 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 1512 -%}{{ image.src | img_url: '1512x' }} 1512w {{ 1512 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 1728 -%}{{ image.src | img_url: '1728x' }} 1728w {{ 1728 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 1944 -%}{{ image.src | img_url: '1944x' }} 1944w {{ 1944 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 2160 -%}{{ image.src | img_url: '2160x' }} 2160w {{ 2160 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 2376 -%}{{ image.src | img_url: '2376x' }} 2376w {{ 2376 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 2592 -%}{{ image.src | img_url: '2592x' }} 2592w {{ 2592 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 2808 -%}{{ image.src | img_url: '2808x' }} 2808w {{ 2808 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 3024 -%}{{ image.src | img_url: '3024x' }} 3024w {{ 3024 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- assign image_size = image.width | append: 'x' -%} {{ image.src | img_url: image_size }} {{ image.width }}w {{ image.height }}h {%- endif -%} {% endcapture %}
{% assign last_slide = forloop.index %} {% endfor %}
All media depicts mature plants.

Proud Berry® Coralberry (Symphoricarpos)

SHRUB

Description

  • Blue-green coin shaped foliage looks stunning all season!
  • Unique, large berries in autumn.
  • Very tough and durable shrub.
  • Zones 3-7, sun/part sun, 4' tall x 4' wide at maturity.
Zone 3-7
Light part sun/sun
medium

{% assign discount_amount = 0 %} {% if variant.price < variant.compare_at_price %} Sale {{- variant.price | minus: discount_amount | money | remove: ' ' -}}
{{- variant.compare_at_price | money | remove: ' ' -}} {% else %} {{- variant.price | money | remove: ' ' -}} {% endif %} Each
Total
{{ variant.price | times: variant.quantity | money | remove: ' ' }}
{% for option in product.options_with_values %} {% assign optionIndex = forloop.index0 %} {% assign position = forloop.index %}
{{option.name}}
{% assign sortedvalues = option.values %} {% if option.name contains 'Length' or option.name contains 'Width' or option.name contains 'Height' or option.name contains 'Depth' or option.name contains 'Thickness' or option.name contains 'Weight' %} {% assign sortedvalues = option.values | sort %} {% endif %} {% for value in sortedvalues %} {% assign inventory_quantity = 0 %} {% assign available = false %} {% assign optionVariant = false %} {% if product.options_with_values.size == 3 and optionIndex == 2%} {% for v in product.variants %} {% unless v.bogus %} {% if v.option1 == variant.option1 and v.option2 == variant.option2 and v.option3 == value %} {% assign optionVariant = v %} {% assign inventory_quantity = inventory_quantity | plus: v.inventory_quantity %} {% if v.available %}{% assign available = true %}{% endif %} {% endif %} {% endunless %} {% endfor %} {% elsif product.options_with_values.size == 2 and optionIndex == 1%} {% for v in product.variants %} {% unless v.bogus %} {% if v.option1 == variant.option1 and v.option2 == value %} {% assign optionVariant = v %} {% assign inventory_quantity = inventory_quantity | plus: v.inventory_quantity %} {% if v.available %}{% assign available = true %}{% endif %} {% endif %} {% endunless %} {% endfor %} {% else %} {% for v in product.variants %} {% unless v.bogus %} {% if v.option1 == value %} {% assign optionVariant = v %} {% assign inventory_quantity = inventory_quantity | plus: v.inventory_quantity %} {% if v.available %}{% assign available = true %}{% endif %} {% endif %} {% endunless %} {% endfor %} {% endif %} {% assign checked = "" %} {% if variant.options[optionIndex] == value%}{% assign checked = "checked" %}{% endif %} {% endfor %}
{% endfor %}
{% capture add_to_cart %}Neptune.cart.add({ id:{{ variant.id | json }}, quantity:{{ variant.quantity }}, properties:{ '_growingzone':['3a', '3b', '4a', '4b', '5a', '5b', '6a', '6b', '7a', '7b'] } }, '.atcprod-{{ variant.id }}', { quantity: {{ variant.quantity }}, image: '//www.greatgardenplants.com/cdn/shop/products/Symphoricarpos-Proud-Berry-2.jpg?v=1741716005', title: 'Proud Berry® Coralberry (Symphoricarpos)', option: 'One Quart' }); return false;{% endcapture %} {% assign discontinued = '' %} {% for tag in product.tags %} {% if tag contains 'discontinued' %} {% assign discontinued = 'true' %} {% endif %} {% endfor %} {% if variant.available %} {% else %} {% unless discontinued == 'true' %} Notify Me When Available {% endunless %} {% endif %}
{% if error %}
{{error.description}}
{% endif %}
white plant in hand icon

Hand-picked at our greenhouse

white shipped to door icon

Shipped to your door

Young plant icon

Arrives as young plant

background image

More Information

Description Highly adaptable to a wide range of soils. Adaptable to acidic soil, clay soil, and some standing water. Full sun to part shade. Best stem color and deepest texture is produced in more sun Will do fine if the soil is occasionally wet.  Do not over water, just try to maintain a regular water schedule by supplementing rainfall. if desired, apply a granular (not liquid) garden or rose fertilizer in early spring. Very hardy - no special care going into winter.   This plant should be pruned minimally if at all, as it is slow to recover from severe trimming or cutting back. Details Botanical name: Symphoricarpos sp. 'Sofie'
Patent #: PP 21,226
Common name: Coralberry, Pink snowberry
Zone: 3 - 7
Sun exposure: Full sun (6+ hours sun) to part-sun (4-6 hours sun)
Height x width: 3-4'
Flower color: Pink
Foliage color: Blue-green
Season of Interest: Late summer-autumn
Bloom time: Late summer
Features: Rare & unusual, Proven Winners, deer resistant, cold tolerant, best for beginners
Uses: Specimen, hedge, cutting gardens, perennial gardens, landscaping
How To Grow Soil: Not finicky about soil, as long as it is well drained.
Light: Full sun (6+ hrs/day) to part-sun (4-6 hrs of sun/day). Can grow in more shade, but will be less full and have fewer flowers and berries.
Water: Average.
Space: Min 4' apart.
Fertilizing: Little needed. Apply a granular rose fertilizer in early spring if desired.
Winterizing: A good 2-3" layer of mulch is recommended
Maintenance & Pruning: For the best flowering and fruiting, cut shrub back by about half its total height each year in early spring.

Garden Care

Our Guide for Fall Planting

The start of fall may signal the gardening season is coming to a close, but it’s not over yet! There is still plenty of time to enjoy colorful flowers and foliage or even sprinkle in some new perennials and shrubs before winter arrives.

Customer Reviews

Based on 23 reviews
91%
(21)
4%
(1)
4%
(1)
0%
(0)
0%
(0)
B
B.A. (Maine)
Smaller than anticipated

When the UPS driver dropped off the small box containing what I thought was one shrub, I said there should be 6 more boxes. He said this is all I have for you. Sure enough, there were 7 small shrubs in the box. They were very well packed and healthy. I planted them in a couple of days after allowing them some time to harden off. We shall see how they do. Considering that they are a Proven Winner product, I expect they will do well.

M
M.M. (Virginia)
2 coral berry bushes

Really healthy-looking plants…very pleased. Hopefully they will draw a hummingbird moth to my garden.

T
T.N. (California)
Beautiful

Great healthy plant and is growing like crazy! I may even get berries this fall!!! Very happy!

F
F.R. (Missouri)
Excellent quality plant received

I was very happy to receive my coral berry bushes. They were full and healthy, and are doing so well. I have already placed an additional order and am appreciative to have found such a responsible and professional nursery. Thank you!

R
R.P.

Plants arrived healthy and happy