www.nearlynatural.com Open in urlscan Pro
23.227.38.74  Public Scan

Submitted URL: http://nearlynatural.com/
Effective URL: https://www.nearlynatural.com/
Submission Tags: tranco_l324
Submission: On November 22 via api from DE — Scanned from CA

Form analysis 7 forms found in the DOM

POST

<form class="form newsletter__form" data-id="newsletter-announcement-bar" data-klaviyo-newsletter="" method="POST">
  <input type="hidden" name="g" value="T9bbwn">
  <input type="hidden" name="$fields" value="$source">
  <input type="hidden" name="$source" value="warehouse">
  <p class="alert alert--success alert--center">You have been registered to our newsletter! </p>
  <p class="alert alert--error" data-msg="Oops, something happened. Please try again!">Oops, something happened. Please try again!</p>
  <div class="form__input-row">
    <div class="form__input-wrapper form__input-wrapper--labelled">
      <input type="email" id="announcement-bar" name="email" class="form__field form__field--text" required="">
      <label for="announcement-bar" class="form__floating-label">Your email </label>
    </div>
    <button type="submit" class="form__submit button button--primary">Subscribe </button>
  </div>
</form>

GET /search

<form action="/search" method="get" role="search" class="search-bar">
  <div class="search-bar__top-wrapper">
    <div class="search-bar__top">
      <input type="hidden" name="type" value="product">
      <input type="hidden" name="options[prefix]" value="last">
      <input type="hidden" name="options[unavailable_products]" value="last">
      <div class="search-bar__input-wrapper">
        <input class="search-bar__input" type="text" name="q" autocomplete="off" autocorrect="off" aria-label="Search..." placeholder="Search...">
        <button type="button" class="search-bar__input-clear hidden-lap-and-up" data-action="clear-input">
          <span class="visually-hidden">Clear</span>
          <svg focusable="false" class="icon icon--close" viewBox="0 0 19 19" role="presentation">
            <path
              d="M9.1923882 8.39339828l7.7781745-7.7781746 1.4142136 1.41421357-7.7781746 7.77817459 7.7781746 7.77817456L16.9705627 19l-7.7781745-7.7781746L1.41421356 19 0 17.5857864l7.7781746-7.77817456L0 2.02943725 1.41421356.61522369 9.1923882 8.39339828z"
              fill="currentColor" fill-rule="evenodd"></path>
          </svg>
        </button>
      </div><button type="submit" class="search-bar__submit" aria-label="Search"><svg focusable="false" class="icon icon--search" viewBox="0 0 21 21" role="presentation">
          <g stroke-width="2" stroke="currentColor" fill="none" fill-rule="evenodd">
            <path d="M19 19l-5-5" stroke-linecap="square"></path>
            <circle cx="8.5" cy="8.5" r="7.5"></circle>
          </g>
        </svg><svg focusable="false" class="icon icon--search-loader" viewBox="0 0 64 64" role="presentation">
          <path opacity=".4"
            d="M23.8589104 1.05290547C40.92335108-3.43614731 58.45816642 6.79494359 62.94709453 23.8589104c4.48905278 17.06444068-5.74156424 34.59913135-22.80600493 39.08818413S5.54195825 57.2055303 1.05290547 40.1410896C-3.43602265 23.0771228 6.7944697 5.54195825 23.8589104 1.05290547zM38.6146353 57.1445143c13.8647142-3.64731754 22.17719655-17.89443541 18.529879-31.75914961-3.64743965-13.86517841-17.8944354-22.17719655-31.7591496-18.529879S3.20804604 24.7494569 6.8554857 38.6146353c3.64731753 13.8647142 17.8944354 22.17719655 31.7591496 18.529879z">
          </path>
          <path d="M1.05290547 40.1410896l5.80258022-1.5264543c3.64731754 13.8647142 17.89443541 22.17719655 31.75914961 18.529879l1.5264543 5.80258023C23.07664892 67.43614731 5.54195825 57.2055303 1.05290547 40.1410896z"></path>
        </svg></button>
    </div>
  </div>
</form>

Name: loginPOST /account/login

<form method="post" action="/account/login" id="header_customer_login" accept-charset="UTF-8" name="login" class="form"><input type="hidden" name="form_type" value="customer_login"><input type="hidden" name="utf8" value="✓">
  <header class="popover__header">
    <h2 class="popover__title heading">My Account</h2>
  </header>
  <div class="form__input-wrapper form__input-wrapper--labelled">
    <input type="email" id="login-customer[email]" class="form__field form__field--text" name="customer[email]" required="required">
    <label for="login-customer[email]" class="form__floating-label">Email</label>
  </div>
  <div class="form__input-wrapper form__input-wrapper--labelled">
    <input type="password" id="login-customer[password]" class="form__field form__field--text" name="customer[password]" required="required" autocomplete="current-password">
    <label for="login-customer[password]" class="form__floating-label">Password</label>
  </div>
  <div class="form__forgot-password"><a href="/account#recover-password" aria-controls="header-recover-panel" class="link">Forgot password?</a></div>
  <button type="submit" class="form__submit button button--primary button--full">Sign In</button>
</form>

Name: recoverPOST /account/recover

<form method="post" action="/account/recover" accept-charset="UTF-8" name="recover" class="form"><input type="hidden" name="form_type" value="recover_customer_password"><input type="hidden" name="utf8" value="✓">
  <header class="popover__header">
    <h2 class="popover__title heading">Recover password</h2>
    <p class="popover__legend">Enter your email:</p>
  </header>
  <div class="form__input-wrapper form__input-wrapper--labelled">
    <input type="email" id="recover-customer[recover_email]" class="form__field form__field--text" name="email" required="required">
    <label for="recover-customer[recover_email]" class="form__floating-label">Email</label>
  </div>
  <button type="submit" class="form__submit button button--primary button--full">Recover</button>
</form>

Name: createPOST /account

<form method="post" action="/account" id="create_customer" accept-charset="UTF-8" name="create" class="form"><input type="hidden" name="form_type" value="create_customer"><input type="hidden" name="utf8" value="✓">
  <header class="popover__header">
    <h2 class="popover__title heading">Create my account</h2>
    <p class="popover__legend">Please fill in the information below:</p>
  </header>
  <div class="form__input-wrapper form__input-wrapper--labelled">
    <input type="text" id="customer[first_name]" class="form__field form__field--text" name="customer[first_name]" autocomplete="given-name" required="required">
    <label for="customer[first_name]" class="form__floating-label">First name</label>
  </div>
  <div class="form__input-wrapper form__input-wrapper--labelled">
    <input type="text" id="customer[last_name]" class="form__field form__field--text" name="customer[last_name]" autocomplete="family-name" required="required">
    <label for="customer[last_name]" class="form__floating-label">Last name</label>
  </div>
  <div class="form__input-wrapper form__input-wrapper--labelled">
    <input type="email" id="register-customer[email]" class="form__field form__field--text" name="customer[email]" required="required">
    <label for="register-customer[email]" class="form__floating-label">Email</label>
  </div>
  <div class="form__input-wrapper form__input-wrapper--labelled">
    <input type="password" id="register-customer[password]" class="form__field form__field--text" name="customer[password]" required="required" autocomplete="new-password">
    <label for="register-customer[password]" class="form__floating-label">Password</label>
  </div>
  <button type="submit" class="form__submit button button--primary button--full">Create my account</button>
</form>

POST /cart

<form method="post" action="/cart" id="mini-cart" class="mini-cart" aria-hidden="true" novalidate="novalidate" data-item-count="0">
  <input type="hidden" name="attributes[collection_products_per_page]" value="">
  <input type="hidden" name="attributes[collection_layout]" value=""><svg focusable="false" class="icon icon--nav-triangle-borderless" viewBox="0 0 20 9" role="presentation">
    <path d="M.47108938 9c.2694725-.26871321.57077721-.56867841.90388257-.89986354C3.12384116 6.36134886 5.74788116 3.76338565 9.2467995.30653888c.4145057-.4095171 1.0844277-.40860098 1.4977971.00205122L19.4935156 9H.47108938z" fill="#ffffff"></path>
  </svg>
  <div class="mini-cart__content mini-cart__content--empty">
    <div class="mini-cart__empty-state"><svg focusable="false" width="81" height="70" viewBox="0 0 81 70">
        <g transform="translate(0 2)" stroke-width="4" stroke="#28391f" fill="none" fill-rule="evenodd">
          <circle stroke-linecap="square" cx="34" cy="60" r="6"></circle>
          <circle stroke-linecap="square" cx="67" cy="60" r="6"></circle>
          <path d="M22.9360352 15h54.8070373l-4.3391876 30H30.3387146L19.6676025 0H.99560547"></path>
        </g>
      </svg>
      <p class="heading h4">Your cart is empty</p>
    </div>
    <a href="/collections/all" class="button button--primary button--full">Shop our products</a>
  </div>
</form>

POST

<form class="form newsletter__form footer__newsletter-form newsletter__form--success-show newsletter__form--hide-success-msg" data-id="newsletter-footer-2" data-klaviyo-newsletter="" method="POST" id="footer-newsletter">
  <input type="hidden" name="g" value="T9bbwn">
  <input type="hidden" name="$fields" value="$source">
  <input type="hidden" name="$source" value="footer">
  <p class="alert alert--success alert--center">You have been registered to our newsletter! </p>
  <p class="alert alert--error" data-msg="Oops, something happened. Please try again!">Oops, something happened. Please try again!</p>
  <div class="form__input-row">
    <div class="form__input-wrapper form__input-wrapper--labelled">
      <input type="email" id="footer-2" name="email" class="form__field form__field--text" required="">
      <label for="footer-2" class="form__floating-label">Your email </label>
    </div>
    <button type="submit" class="form__submit button button--primary">Subscribe </button>
  </div>
</form>

Text Content

VIEW CART
Skip to content
Close


LET'S GROW TOGETHER

Leaf your email and get 25% OFF!
Plus exclusive access to holiday promotions, FREE giveaways, interior decorator
tips and re-stock alerts.

You have been registered to our newsletter!

Oops, something happened. Please try again!

Your email
Subscribe
The Time to Save is Now. Enjoy Nearly Black Friday Deals! Get up to $50 OFF Your
Order + Free Shipping Subscribe & Save

 * LivIcons Evolution
   Christmas ShopNEW
   * 
     Best Selling Christmas Trees
   * Featured Collections
      * Artificial Christmas Trees
      * Desktop Trees
      * Arrangements & Accessories
   
   * HOT
     Wreaths & Garlands
   * 
     Ornaments
 * Artificial Trees
   * 
     Shop All
   * Shop Faux Trees
      * Olive Trees
      * Fiddle Leaf Fig Trees
      * Artificial Palm Trees
      * Ficus Trees
      * Cypress Trees
      * Topiary Trees
      * Bamboo Trees
      * Banana Trees
      * Bonsai Trees
      * Croton Trees
   
   * Other Faux Trees
      * Flowering Trees
      * Other Varieties
      * Trees with Decorative Planters
      * Artificial Christmas Trees
   
   * HOT
     Our Famous Olive Trees
 * Bestsellers
   * 
     Shop All
   * Featured collections HOT
      * Best Faux Trees
      * Best Faux Silk Plants
      * Best Faux Outdoor Plants
      * Best Faux Outdoor Trees
      * Best Faux Silk Flowers
   
   * Home & Decor
      * Best Faux Flower Arrangements
      * Bestselling Accessories
      * Bestselling Wreaths, Garlands & Swags
 * Artificial Plants
   * 
     Shop All
   * Shop Faux Plants
      * Bushes
      * Cactus
      * Ferns
      * Grass
      * Hedges
      * Potho Plants
      * Sansevieria Plants
      * Succulents
   
   * Featured Faux Plants
      * Hanging Plants
      * Plants with Decorative Planters
      * Desk Plants
      * Flowering Plants
      * Floor Plants
      * Ledge Plants
      * Wall Mats
      * Hydrangeas
   
   * HOT
     Fake Plants That Look Real
     
 * Outdoor
   * 
     Shop All
   * Faux Outdoor Greenery
      * Outdoor Trees
      * Outdoor Plants
      * UV Resistant Faux Greenery HOT
   
   * Bestsellers HOT
      * Bestselling Outdoor Trees
      * Bestselling Outdoor Plants
      * Home Decor & Planters
   
   * 
     Shop By Balcony/Patio
     
 * Fall Essentials
   * HOT
     Shop Halloween
   * Shop Fall
      * 2021 Fall Collection NEW
      * Faux Fall Stems
      * Wall Decor
      * Thanksgiving Collection
   
   * HOT
     Shop Wreaths, Garlands & Swags
     
   * 
 * Artificial Flowers
   * 
     Shop All
   * Shop Faux Flowers
      * Orchids
      * Tulips
      * Roses
      * Lilies
      * Peonies
      * Mums
      * Bouganvilleas
      * Poinsettias
   
   * Faux Flower Arrangements
      * Silk Flower Arrangements
      * Small Arrangements
      * Medium Arrangements
      * Large Arrangements
      * Seasonal Arrangements
      * Tropical Arrangements
      * Hydrangeas Arrangements
      * Calla Lily Arrangements
      * Peony Arrangements
   
   * Traditional Selections
      * Flowers In Vase
      * Flower Centerpieces
      * Candelabrums
 * Theme/Room
   * 
     Home Office
   * Shop By Room
      * Balcony/Patio
      * Bathroom
      * Bedroom
      * Home Office
      * Living Room
      * Kitchen
   
   * Shop By Theme
      * Anniversary
      * Appreciation
      * Get Well
      * Sympathy
      * Weddings
   
   * NEW
     Shop New Wall Decor
 * Blog
 * LivIcons Evolution
   SaleHOT
 * Shop All Artificial Plants
 * Floor Plants
 * Desktop
 * Hanging Baskets
 * Flowering Plants

JOINVIP Join VIP
My Account

Follow Us

 * Facebook
 * Instagram
 * Pinterest
 * YouTube




Clear
JOINVIP
Join NowSign In


MY ACCOUNT

Email
Password
Forgot password?
Sign In

or

Create account


RECOVER PASSWORD

Enter your email:

Email
Recover

Remembered your password? Back to login


CREATE MY ACCOUNT

Please fill in the information below:

First name
Last name
Email
Password
Create my account

Already have an account? Login here


0

Your cart is empty

Shop our products
 * LivIcons Evolution
   Christmas ShopNEW
   * 
     Best Selling Christmas Trees
   * Featured Collections
      * Artificial Christmas Trees
      * Desktop Trees
      * Arrangements & Accessories
   
   * HOT
     Wreaths & Garlands
   * 
     Ornaments
 * Artificial Trees
   * 
     Shop All
   * Shop Faux Trees
      * Olive Trees
      * Fiddle Leaf Fig Trees
      * Artificial Palm Trees
      * Ficus Trees
      * Cypress Trees
      * Topiary Trees
      * Bamboo Trees
      * Banana Trees
      * Bonsai Trees
      * Croton Trees
   
   * Other Faux Trees
      * Flowering Trees
      * Other Varieties
      * Trees with Decorative Planters
      * Artificial Christmas Trees
   
   * HOT
     Our Famous Olive Trees
 * Bestsellers
   * 
     Shop All
   * Featured collections HOT
      * Best Faux Trees
      * Best Faux Silk Plants
      * Best Faux Outdoor Plants
      * Best Faux Outdoor Trees
      * Best Faux Silk Flowers
   
   * Home & Decor
      * Best Faux Flower Arrangements
      * Bestselling Accessories
      * Bestselling Wreaths, Garlands & Swags
 * Artificial Plants
   * 
     Shop All
   * Shop Faux Plants
      * Bushes
      * Cactus
      * Ferns
      * Grass
      * Hedges
      * Potho Plants
      * Sansevieria Plants
      * Succulents
   
   * Featured Faux Plants
      * Hanging Plants
      * Plants with Decorative Planters
      * Desk Plants
      * Flowering Plants
      * Floor Plants
      * Ledge Plants
      * Wall Mats
      * Hydrangeas
   
   * HOT
     Fake Plants That Look Real
     
 * Outdoor
   * 
     Shop All
   * Faux Outdoor Greenery
      * Outdoor Trees
      * Outdoor Plants
      * UV Resistant Faux Greenery HOT
   
   * Bestsellers HOT
      * Bestselling Outdoor Trees
      * Bestselling Outdoor Plants
      * Home Decor & Planters
   
   * 
     Shop By Balcony/Patio
     
 * Fall Essentials
   * HOT
     Shop Halloween
   * Shop Fall
      * 2021 Fall Collection NEW
      * Faux Fall Stems
      * Wall Decor
      * Thanksgiving Collection
   
   * HOT
     Shop Wreaths, Garlands & Swags
     
   * 
 * Artificial Flowers
   * 
     Shop All
   * Shop Faux Flowers
      * Orchids
      * Tulips
      * Roses
      * Lilies
      * Peonies
      * Mums
      * Bouganvilleas
      * Poinsettias
   
   * Faux Flower Arrangements
      * Silk Flower Arrangements
      * Small Arrangements
      * Medium Arrangements
      * Large Arrangements
      * Seasonal Arrangements
      * Tropical Arrangements
      * Hydrangeas Arrangements
      * Calla Lily Arrangements
      * Peony Arrangements
   
   * Traditional Selections
      * Flowers In Vase
      * Flower Centerpieces
      * Candelabrums
 * Theme/Room
   * 
     Home Office
   * Shop By Room
      * Balcony/Patio
      * Bathroom
      * Bedroom
      * Home Office
      * Living Room
      * Kitchen
   
   * Shop By Theme
      * Anniversary
      * Appreciation
      * Get Well
      * Sympathy
      * Weddings
   
   * NEW
     Shop New Wall Decor
 * Blog
 * LivIcons Evolution
   SaleHOT
 * Shop All Artificial Plants
 * Floor Plants
 * Desktop
 * Hanging Baskets
 * Flowering Plants

Save Now


SHOP BY LIFESTYLE


Best Selling Faux Trees

The New 2021 Fall Collection

Christmas Wreaths, Garlands And Swags

Artificial Outdoor Plants and Trees

Artificial & Fake Plants That Look Real

Artificial Plants

The Most Realistic

Artificial Christmas trees

Shop Now

Pet-friendly Faux Greenery



Shop Now


ARTIFICIAL GREENERY INSPIRED BY NATURE

Welcome to the premier destination for faux greenery, the #1 choice for leading
interior decorators and consumers. *WE MAKE FAKE PLANTS… but you’d never know
it! Expertly crafted in the USA by horticulturists using the finest materials,
our artificial faux-liage expresses a unique artistic vision inspired by nature.
Our creations are every bit as pretty as a fresh bouquet and they’ll brighten
your space for a lot longer - no green thumb required.

Explore All Faux Greenery


Free Shipping & Returns

Fast, free shipping and returns, for a peace of mind.

Horticulturist Approved

Horticulturists with 75+ years of experience design every item.

Assembled in USA

We ship from our faux-garden in Miami, FL.


OUR BEST ARTICLES ON ARTIFICIAL FLORAL & GREENERY



How to Celebrate Thanksgiving Outdoors



Read More

Our Top 10 Best Large Artificial Christmas trees



Read More

Complete Buying Guide for Artificial Christmas Trees



Read More

Want to make your tree look picture-perfect?

Learn more about how to shape your tree like an interior designer

Shape My Item


AS SEEN IN




Checkout Is A Breeze

We accept Apple Pay and major credit cards.

Join the VIP Program

Receive exclusive discounts, birthday gifts and more.

Join Now


#MYNEARLYNATURAL - FAUX PLANTS, REAL LIFE

3566
100225
90219
5899
88722
57915
142423
5092741
68015
622
682
2659
1218
2944
3415
51914
472
1004
1303
1444

×
nearlynaturalfloralFollow Us
3566November-21-2021
Who said wreaths are just for front doors? Holiday wreaths are a great addition
to your Christmas decor. From windows, cabinet doors, bedroom doors, entryway
display, to that empty wall in your home add a touch of holiday spirit with the
perfect wreath and compliment it with a Garland or olive tree 😉 . . .
#christmaswreath #christmasgarland #interiordesign #christmasdecor #livingroom
#ltkhome #farmhousestyle #midcenturymodern #modernrustic #howyouhome #homedecor
#howiholiday #tistheseason #countdowntochristmas #holidaydecor #holidayseason
#holidays #farmhouse #modernfarmhouse #holidayseason #instahome
#betterhomesandgardens #christmas #neutralchristmas #bohochristmas
#minimalistchristmas #olivetree

‹›
×
nearlynaturalfloralFollow Us
100225November-20-2021
Happy Saturday friends! Swooning over @greenvalleygable stunning pink kissed
Christmas front porch, dressed in all nearly natural.🌲 . . . #christmasdecor
#christmasfrontporch #holidayfrontporch #frontporchdecor #ltkhome #porchdecor
#holidaydecor #modernfarmhouse #farmhouse #artificialplants #midcenturymodern
#modernrustic #howyouhome # #homedecor #decorinspiration #decorideas
#interiordesign #frontporch #frontporchliving #farmhousedecor #christmastree
#christmasporch #farmhousechristmas #farmhousestyle #bhghome
#farmhousefrontporch #pinkchristmastree #christmaswreath

‹›
×
nearlynaturalfloralFollow Us
90219November-19-2021
You can never go wrong with a table top christmas tree.🌲 Whether you have a
small space where a traditional tree just won’t do or you simply want to add
more holiday cheer; table top trees are perfect to explore different Christmas
tree styles. Loving how @livingcountrycottage styled our flocked moss mini
Christmas trees. . . . #minichristmastree #tabletopchristmastree
#christmastablesetting #christmastablescape #christmasdinner #christmastree
#fauxchristmastree #interiordesign #christmasdecor #livingroom #ltkhome
#neutralstyle #midcenturymodern #modernrustic #howyouhome #homedecor
#ohchristmastree #howiholiday #tistheseason #countdowntochristmas #holidaydecor
#holidayseason #holidays #farmhouse #modernfarmhouse #holidayseason #instahome
#betterhomesandgardens #whitechristmastree #farmhousechristmas #ltkholidaystyle

‹›
×
nearlynaturalfloralFollow Us
5899November-18-2021
Minimalist modern with a twist of rustic. Cozy up your home this holiday with a
festive wreath and garland.🌲 . . . #christmaswreath #christmasgarland
#interiordesign #christmasdecor #livingroom #ltkhome #farmhousestyle
#midcenturymodern #modernrustic #howyouhome #homedecor #howiholiday
#tistheseason #countdowntochristmas #holidaydecor #holidayseason #holidays
#farmhouse #modernfarmhouse #holidayseason #instahome #betterhomesandgardens
#christmas #neutralchristmas #bohochristmas #minimalistchristmas

‹›
×
nearlynaturalfloralFollow Us
88722November-18-2021
A stunning flocked tree for when you’re dreaming of a white Christmas! ❄️ A
glimpse into @copycatsstyle Christmas decor featuring our flocked livingston
tree available in multiple sizes to fit your needs. 🎄Let the holiday cheer
begin! . . . #christmastree #fauxchristmastree #artificialchristmastree
#interiordesign #christmasdecor #livingroom #interior123 #ltkhome #neutralstyle
#modernlivingroom #midcenturymodern #modernrustic #howyouhome #homedecor
#ohchristmastree #howiholiday #tistheseason #countdowntochristmas #holidaydecor
#holidayseason #holidays #farmhouse #modernfarmhouse #holidayseason #instahome
#betterhomesandgardens #modernchristmas #whitechristmastree #farmhousechristmas
#neutralchristmas

‹›
×
nearlynaturalfloralFollow Us
57915November-17-2021
Have yourself a rustic Christmas with the perfect wreath for your kitchen nook!
Red flannel ribbon, pine and pinecones for your cozy festive home. . . .
#christmaswreath #minichristmastree #interiordesign #christmasdecor #livingroom
#ltkhome #farmhousestyle #midcenturymodern #modernrustic #howyouhome #homedecor
#howiholiday #tistheseason #countdowntochristmas #holidaydecor #holidayseason
#holidays #farmhouse #modernfarmhouse #holidayseason #instahome
#betterhomesandgardens #christmas #christmaskitchen #kitchendesign #kitchendecor

‹›
×
nearlynaturalfloralFollow Us
142423November-17-2021
No such thing as too much holiday spirit! Loving how @jodie.thedesigntwins has
decked out her front porch for the holidays with our grand alpine artificial
trees. Add a little Christmas joy to any and every space in your home. *this
tree is not outdoor safe, we recommend it is placed indoors to ensure longevity.
. . . #christmasdecor #christmasfrontporch #holidayfrontporch #frontporchdecor
#ltkhome #porchdecor #holidaydecor #modernfarmhouse #farmhouse #artificialplants
#midcenturymodern #modernrustic #howyouhome # #homedecor #decorinspiration
#decorideas #interiordesign #frontporch #frontporchliving #farmhousedecor
#christmastree #christmasporch #farmhousechristmas #farmhousestyle #bhghome

‹›
×
nearlynaturalfloralFollow Us
5092741November-16-2021
Our 2nd Annual Rockin’ Around the Christmas Tree GIVEAWAY is back and this year
it’s better than ever! Enter for a chance to WIN a holiday makeover 🎄1st Place
Winner: Win an artificial Christmas tree worth up to $500. 🎁 2nd Place Winner:
A set of 2! Mini Cedar trees to showcase your front porch this holiday! ⛄️3rd
Place Winner: - Your choice of any Christmas wreath worth up to $100. TO ENTER:
1. Like and Save this post 2. FOLLOW us @nearlynaturalfloral 3. Comment and tag
at least 3 of your friends ✨REPOST TO YOUR STORIES AND TAG US FOR BONUS
ENTRIES.✨ 🎄3 Winners will be chosen ⏰Giveaway ends November 22nd ⛄️Winner will
be announced via Instagram on November 22nd *Prizes are subject to availability.
Giveaway not endorsed or sponsored by Instagram or Facebook. Open to residents
of the contiguous U.S.A. Winner must have a USA address. *USA entries only
Images courtesy of @pineycreekfarmhouse @maisondemings . . . #christmastree
#fauxchristmastree #artificialchristmastree #interiordesign #christmasdecor
#winterdecor #livingroom #ltkhome #neutralstyle #modernlivingroom
#midcenturymodern #modernrustic #howyouhome #homedecor #ohchristmastree
#howiholiday #tistheseason #countdowntochristmas #holidaydecor #holidayseason
#holidays #farmhouse #modernfarmhouse #holidayseason #instahome
#betterhomesandgardens #modernchristmas #giveaway #christmas

‹›
×
nearlynaturalfloralFollow Us
68015November-15-2021
Happy Monday friends! Walking into the new week like… Some front porch inspo by
@grandandgrey loving how she styled our faux-ever outdoor safe cedar trees just
in time for the holidays. . . . #christmasdecor #christmasfrontporch
#holidayfrontporch #frontporchdecor #ltkhome #porchdecor #holidaydecor
#modernfarmhouse #farmhouse #fauxplants #artificialplants #midcenturymodern
#modernrustic #howyouhome #styleonabudget #homedecor #decorinspiration
#decorideas #interiordesign #liketoknowit #frontporch #frontporchliving
#farmhousedecor #cedartree #christmasporch

‹›
×
nearlynaturalfloralFollow Us
622November-14-2021
Happy #selfcaresunday🎄 Let us be your one stop shop for all things holiday!
We’ll provide the essentials you just bring the hot chocolate ☕️ 🎄Christmas
trees 🌿Garlands 🎅Wreaths ⛄️ Arrangments ❄️ Ornaments What’s on your holiday
checklist? Image courtesy of @nessgratz . . . #christmastree #fauxchristmastree
#artificialchristmastree #interiordesign #christmasdecor #winterdecor
#livingroom #interior123 #ltkhome #christmastree #midcenturymodern #modernrustic
#howyouhome #homedecor #ohchristmastree #howiholiday #tistheseason
#countdowntochristmas #holidaydecor #holidayseason #holidays #farmhouse
#modernfarmhouse #farmhousechristmas #holidayseason #instahome
#betterhomesandgardens #modernchristmas #liketoknowit

‹›
×
nearlynaturalfloralFollow Us
682November-13-2021
Create a faux-ever serene oasis with us ✨our artificial bamboo tree makes for
the perfect pop of green to your minimalist modern home. This weekend enjoy our
Nearly Black Friday Sale! Take advantage of our BIG savings. $10 OFF $50+ CODE:
AUTUMN $35 OFF $150+ CODE: HOLIDAY $50 OFF $200+ CODE: DEAL Image courtesy of
@fontainethemuse . . . #artificialbamboo #bambootree #holidaygifts
#holidaygiftguide #modernrustic #scandinaviandesign #homedecor #modernfarmhouse
#farmhouse #livingroomdecor #neutralstyle #neutraldecor #ltkhome #interior123
#decorinspiration #fauxplants #decorideas #livingroomgoals #homesofinstagram
#interiordesign #bhghome #neutraldecor #styleonabudget #bohostyle #bohohome
#artificialplants #minimalisthome

‹›
×
nearlynaturalfloralFollow Us
2659November-11-2021
Want to make your holidays glow ? Meet our Grand Northern Flocked Christmas
Tree. Truly one of a kind, it features 8 different light settings (glow, twinkle
and more) for a memorable gathering. As styled by @amandacerny Today only, get
it for 25% OFF using code: WINTERNN. Hurry, we have limited quantities . . .
#christmastree #fauxchristmastree #artificialchristmastree #interiordesign
#christmasdecor #winterdecor #livingroom #interior123 #ltkhome #neutralstyle
#modernlivingroom #midcenturymodern #modernrustic #howyouhome #homedecor
#ohchristmastree #howiholiday #tistheseason #countdowntochristmas #holidaydecor
#holidayseason #holidays #farmhouse #modernfarmhouse #holidayseason #instahome
#betterhomesandgardens #modernchristmas #flockedchristmastree
#whitechristmastree

‹›
×
nearlynaturalfloralFollow Us
1218November-09-2021
Celebrate this thanksgiving like never before! Many of us skipped out on the
holiday festivities last year so decorating this thanksgiving is a MUST! Invite
the colors of the season home for an exceptional setting! 🍁 Image courtesy of
@pineycreekfarmhouse . . . #falldecor #ltkhome #autumn #autumndecor
#fallhomedecor #modernfarmhouse #farmhouse #fauxplants #artificialplants
#midcenturymodern #modernrustic #howyouhome #styleonabudget #homedecor
#decorinspiration #decorideas #interiordesign #liketoknowit #neutraldecor
#farmhousedecor #fallwreath #entrywaydecor #entrywaytable #thanksgivingdecor
#betterhomesandgardens

‹›
×
nearlynaturalfloralFollow Us
2944November-07-2021
The perfect gift for anyone who loves all things home decor… An olive tree is at
the top of our list! Image courtesy of @homebykmb . . . #homegifts #holidaygifts
#holidaygiftguide #modernrustic #scandinaviandesign #olivetree #fauxolivetree
#homedecor #modernfarmhouse #farmhouse #livingroomdecor #selfcaresunday
#neutralstyle #neutraldecor #ltkhome #interior123 #decorinspiration #fauxplants
#decorideas #livingroomgoals #homesofinstagram #interiordesign #bhghome
#neutraldecor #falldecor #styleonabudget #bohostyle #bohohome #christmasgifts

‹›
×
nearlynaturalfloralFollow Us
3415November-06-2021
Getting into the holiday spirit 🎄one Christmas tree at a time! Are you seeking
a different type of Christmas? The Charlie Brown Christmas Tree gets a modern
makeover with our minimalist-inspired Frosted Berry Twig Christmas Tree. Image
courtesy of: @pineycreekfarmhouse . . . #christmastree #fauxchristmastree
#artificialchristmastree #interiordesign #christmasdecor #winterdecor
#livingroom #bohochristmas #interior123 #ltkhome #neutralstyle #modernlivingroom
#midcenturymodern #modernrustic #howyouhome #homedecor #ohchristmastree
#howiholiday #tistheseason #countdowntochristmas #holidaydecor #holidayseason
#holidays #farmhouse #modernfarmhouse #farmhousechristmasdecor #holidayseason
#instahome #betterhomesandgardens

‹›
×
nearlynaturalfloralFollow Us
51914November-04-2021
🌿 Love our olive tree? Complete the look with our 20” olive-inspired wreath 🌿
40% OFF with code: FLASH.  Just in time for your holiday festivities this wreath
is perfect for all your DIY projects! Save now! This deal ends at midnight . . .
#holidaygifts #holidaygiftguide #modernrustic #scandinaviandesign #olivetree
#fauxolivetree #homedecor #modernfarmhouse #farmhouse #livingroomdecor
#selfcaresunday #neutralstyle #neutraldecor #ltkhome #interior123
#decorinspiration #fauxplants #decorideas #livingroomgoals #homesofinstagram
#interiordesign #bhghome #neutraldecor #falldecor #styleonabudget #bohostyle
#bohohome

‹›
×
nearlynaturalfloralFollow Us
472November-03-2021
🎄Your one stop shop for the holidays 🎄 New Arrival: Christmas Ornaments . . .
#christmasornaments #christmastree #christmas #christmasdecor
#shatterproofornaments #christmashomedecor #artificialchristmastree #ltkhome
#betterhomesandgardens

‹›
×
nearlynaturalfloralFollow Us
1004November-02-2021
It’s beginning to look a lot like Christmas… Loving @savvysavingcouple baked
goods inspired Christmas tree who else is getting inspired to bake up some sweet
holiday goodies?! . . . #christmastree #fauxchristmastree
#artificialchristmastree #interiordesign #christmasdecor #winterdecor
#livingroom #modernchristmas #bohochristmas #interior123 #ltkhome #neutralstyle
#modernlivingroom #midcenturymodern #modernrustic #howyouhome #styleonabudget
#homedecor #ohchristmastree #howiholiday #tistheseason #countdowntochristmas
#holidaydecor #holidayseason #holidays #nearlynatural

‹›
×
nearlynaturalfloralFollow Us
1303October-31-2021
🎃Happy Halloween 🎃 Hope you’re having a spooky of a good time today. Image
courtesy of: @woolandvinedesign . . . #modernrustic #scandinaviandesign
#olivetree #fauxolivetree #homedecor #modernfarmhouse #farmhouse
#livingroomdecor #selfcaresunday #neutralstyle #neutraldecor #ltkhome
#interior123 #decorinspiration #fauxplants #decorideas #livingroomgoals
#homesofinstagram #interiordesign #bhghome #neutraldecor #falldecor
#styleonabudget #bohostyle #bohohome #halloweendecor

‹›
×
nearlynaturalfloralFollow Us
1444October-30-2021
🎄Who else is feeling the Christmas spirit?! Get holiday ready with us! Enjoy
25% OFF Christmas trees. Hurry, we recommend taking advantage of this sale
because we have limited quantities of faux Christmas trees. Use code: OCT25 at
checkout! . . . #christmastree #fauxchristmastree #artificialchristmastree
#interiordesign #christmasdecor #winterdecor #livingroom #modernchristmas
#bohochristmas #interior123 #ltkhome #neutralstyle #modernlivingroom
#midcenturymodern #modernrustic #howyouhome #styleonabudget #homedecor
#ohchristmastree #howiholiday #tistheseason #countdowntochristmas #holidaydecor

‹›

Premier destination for high-quality greenery

Largest selection of faux trees, plants & flowers

Designer curated, horticulturist designed & approved

Affordable prices

for every budget


FAQ
 * Artificial Plants
 * Silk Flowers
 * Fake Trees

Customer Service
 * My Account
 * Returns & Exchanges
 * Shipping Information
 * Promotions & 100% Price Match
 * Contact Us
 * Website Accessibility Statement

Our Company
 * Home
 * About Us
 * Privacy Policy
 * Careers
 * Wholesale
 * Dropshipping
 * Product Reviews
 * Loyalty Program
 * Refer A Friend
 * Terms of Use
 * Influencer Contact

Let's Grow Together

Leaf your email and get 25% OFF!
Plus exclusive access to holiday promotions, FREE giveaways, interior decorator
tips and re-stock alerts.

You have been registered to our newsletter!

Oops, something happened. Please try again!

Your email
Subscribe

© 2021 Nearly Natural


Follow Us

 * 
 * 
 * 
 * 

We Accept

American Express Apple Pay Discover Google Pay Mastercard PayPal Shop Pay Venmo
Visa

© 2021 Nearly Natural


 * Opens in a new window.