Custom watercolor wedding stationery painted with love, rooted in nature, and inspired by your story.

At Fablefern Studio, every wedding invitation begins with a brushstroke and a story. I create hand-painted, nature-inspired wedding stationery for couples who want their invitations to feel handmade, heartfelt, and personal. Based in the Pacific Northwest, my designs feature watercolor landscapes, native florals, and custom illustrations.Whether you're eloping in the mountains or planning a coastal celebration, your wedding invitations should feel like you—and at Fablefern, I help bring your story to life.

Watercolor illustration of a couple walking with their dog.
Watercolor wedding invitation featuring Mount Rainier with a bird, butterfly, and fern detail.

Add a little PNW love to your wedding stationery! The blue bird that stole your trail mix on your first date, your clunky old (but beloved) hiking boots, or the mountain that watched it all happen.

"We absolutely loved working with Amy at Fablefern Studio for our wedding invitations! She hand-painted whimsical details from our love story—flowers from our adventures, our favorite snacks and instruments, and even our dog—while tying everything together with our color scheme and vibe."

Why Fablefern Studio?

When else will you send a card to all your favorite people, announcing your love story?Your invitations are more than logistics—they're the first glimpse into the feeling of your wedding day. They say: this is who we are, and this is what matters to us. At Fablefern Studio, I believe those details deserve to be celebrated.Fablefern is for couples who value:

  • Art-first design. Watercolor illustrations painted from scratch—not clip art or mass templates.

  • Creative freedom. Digital delivery means you can print your way, on your timeline.

  • Nature and nostalgia. From mountain trails to pet portraits, the details are rooted in you.

  • A kind, guided process. You'll never be left wondering what comes next. I'm here with a plan and a paintbrush.

Hand-painted venue illustration

Whether it’s the mountain lodge where you’ll exchange vows, the coastal chapel that feels like home, or the trail where you got engaged, your venue holds part of your story.That’s why every custom stationery package at Fablefern Studio offers the option to include a hand-painted illustration of your wedding venue. Created just for you, this artwork can be featured on your invitation, detail card, map insert, or even day-of signage.

A custom suite featuring a hand-painting of St. Paul's church in Port Gamble, WA.

Kind Words from Our Couples

“Amy is such a sweet person to work with! From our first call, I was so happy to have found her work. She is kind, open and very talented! I feel like she captured our vibes almost instantly and executed it perfectly in the artwork. Amy was ahead of schedule and made thoughtful changes as we went. She provides printing instructions, so it was super easy to get everything printed out!”

— Nora

“Working with Amy at Fablefern Studio on our wedding invitations was such a joy! She hand-painted the most thoughtful details from our love story—flowers from our adventures, our favorite snacks and instruments, and even our dog—while weaving in our wedding colors and overall vibe perfectly. Beyond the invitations, we loved being able to use each watercolor element across our signage, from table numbers to bar menus, which made everything feel so cohesive. She was quick, responsive, and struck the perfect balance between guiding us with creative options and letting her artistic vision shine. Our guests couldn’t stop raving about the designs, and we’re so grateful she brought this part of our wedding to life!”

— Alexa

Fablefern Studio - Suite Comparison
The Trailhead Suite wedding stationery

The Trailhead Suite

Your wedding stationery essentials

  • 3 custom watercolor illustrations
  • Save the Date & Invitation
  • Up to 2 detail cards (1 map or 2 simple detail cards)
  • Cohesive styling across all pieces
  • Two rounds of revisions
  • Print-ready designs (client handles printing)

$350+

Begin YOUR custom suite
The Summit Collection wedding stationery

The Summit Collection

Your complete wedding stationery suite

  • 6-8 custom watercolor illustrations
  • Save the Date & Invitation
  • Up to 2 detail cards (1 map or 2 simple detail cards)
  • Bar sign, welcome sign, menu & table numbers
  • Thank you card
  • Other day-of materials available as add-ons
  • Two rounds of revisions
  • Print-ready designs (client handles printing)

$900+

Let's Get Started

Looking for something you can grab off the shelf?
Explore ready-to-edit Canva templates in the template shop.

Shop Templates
(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'9ad30583b5c176d9',t:'MTc2NTYwMzMyMy4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();
Swan Stationery Product
Swan Stationery Suite

Hand-Painted Swan Stationery Bundle

$42
Three beautiful Canva templates for your wedding:
Invitation • Save The Date • Envelope Liner
Download Templates

Licensed for personal use only. Commercial use prohibited.

const carouselImages = [ "https://243608742.fs1.hubspotusercontent-na2.net/hubfs/243608742/SwanSuite-Full.jpg", "https://243608742.fs1.hubspotusercontent-na2.net/hubfs/243608742/SwanSuite-SaveDate.jpg", "https://243608742.fs1.hubspotusercontent-na2.net/hubfs/243608742/SwanSuite-SaveDate_Close.jpg", "https://243608742.fs1.hubspotusercontent-na2.net/hubfs/243608742/SwanSuite-SaveDate_InEnvelope.jpg" ]; let currentImageIndex = 0; const defaultConfig = { product_title: "Hand-Painted Swan Stationery Bundle", product_price: "$42", button_text: "Download Templates", background_color: "transparent", card_background: "#ffffff", primary_color: "#a79ca9", text_color: "#2c3e50", accent_color: "#a79ca9", font_family: "Prompt", font_size: 16 }; async function onConfigChange(config) { const baseSize = config.font_size || defaultConfig.font_size; const customFont = config.font_family || defaultConfig.font_family; const baseFontStack = 'Prompt, sans-serif'; document.body.style.background = "transparent"; const productTile = document.querySelector('.product-tile'); if (productTile) { productTile.style.backgroundColor = config.card_background || defaultConfig.card_background; } document.getElementById('product-title').textContent = config.product_title || defaultConfig.product_title; document.getElementById('product-title').style.color = config.text_color || defaultConfig.text_color; document.getElementById('product-title').style.fontSize = `${baseSize * 1.625}px`; document.getElementById('product-title').style.fontFamily = `${customFont}, ${baseFontStack}`; document.getElementById('product-price').textContent = config.product_price || defaultConfig.product_price; document.getElementById('product-price').style.color = config.primary_color || defaultConfig.primary_color; document.getElementById('product-price').style.fontSize = `${baseSize * 1.625}px`; document.getElementById('product-price').style.fontFamily = `${customFont}, ${baseFontStack}`; document.getElementById('download-button').textContent = config.button_text || defaultConfig.button_text; document.getElementById('download-button').style.backgroundColor = config.primary_color || defaultConfig.primary_color; document.getElementById('download-button').style.fontSize = `${baseSize}px`; document.getElementById('download-button').style.fontFamily = `${customFont}, ${baseFontStack}`; const description = document.querySelector('.product-description'); if (description) { description.style.fontSize = `${baseSize * 0.9375}px`; description.style.fontFamily = `${customFont}, ${baseFontStack}`; } } function mapToCapabilities(config) { return { recolorables: [ { get: () => config.background_color || defaultConfig.background_color, set: (value) => { config.background_color = value; window.elementSdk.setConfig({ background_color: value }); } }, { get: () => config.card_background || defaultConfig.card_background, set: (value) => { config.card_background = value; window.elementSdk.setConfig({ card_background: value }); } }, { get: () => config.text_color || defaultConfig.text_color, set: (value) => { config.text_color = value; window.elementSdk.setConfig({ text_color: value }); } }, { get: () => config.primary_color || defaultConfig.primary_color, set: (value) => { config.primary_color = value; window.elementSdk.setConfig({ primary_color: value }); } }, { get: () => config.accent_color || defaultConfig.accent_color, set: (value) => { config.accent_color = value; window.elementSdk.setConfig({ accent_color: value }); } } ], borderables: [], fontEditable: { get: () => config.font_family || defaultConfig.font_family, set: (value) => { config.font_family = value; window.elementSdk.setConfig({ font_family: value }); } }, fontSizeable: { get: () => config.font_size || defaultConfig.font_size, set: (value) => { config.font_size = value; window.elementSdk.setConfig({ font_size: value }); } } }; } function mapToEditPanelValues(config) { return new Map([ ["product_title", config.product_title || defaultConfig.product_title], ["product_price", config.product_price || defaultConfig.product_price], ["button_text", config.button_text || defaultConfig.button_text] ]); } function updateCarousel() { const imageElement = document.getElementById('carousel-image'); imageElement.src = carouselImages[currentImageIndex]; const dots = document.querySelectorAll('.carousel-dot'); dots.forEach((dot, index) => { if (index === currentImageIndex) { dot.classList.add('active'); } else { dot.classList.remove('active'); } }); } function initCarousel() { const dotsContainer = document.getElementById('carousel-dots'); carouselImages.forEach((_, index) => { const dot = document.createElement('div'); dot.className = 'carousel-dot' + (index === 0 ? ' active' : ''); dot.addEventListener('click', () => { currentImageIndex = index; updateCarousel(); }); dotsContainer.appendChild(dot); }); document.getElementById('prev-arrow').addEventListener('click', () => { currentImageIndex = (currentImageIndex - 1 + carouselImages.length) % carouselImages.length; updateCarousel(); }); document.getElementById('next-arrow').addEventListener('click', () => { currentImageIndex = (currentImageIndex + 1) % carouselImages.length; updateCarousel(); }); } initCarousel(); if (window.elementSdk) { window.elementSdk.init({ defaultConfig, onConfigChange, mapToCapabilities, mapToEditPanelValues }); } (function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'9ad30374e42b76d9',t:'MTc2NTYwMzIzOS4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();
Photo of Amy, watercolor artist behind Fablefern Studio, sitting and painting invitations.

Hi! I'm Amy.

The watercolor artist and storyteller behind Fablefern Studio. I’ve always been drawn to painting the mountains I grew up around—their quiet strength, shifting light, and the way they hold stories in their ridgelines. My love for the outdoors started early; I first backpacked out to the Washington coast at the age of two, toddling along with my family. That deep connection to place still shapes my art today.Now, I use that same love for nature to create custom wedding stationery for couples who want their invitations to really reflect their relationship and the meaningful details in their lives.When I’m not painting pretty invitations, you might find me exploring either a local trail with my cocker spaniel, Josie, or a local thrift store. But odds are, I'm probably catching up on the latest season of the Bachelor...

I’d love to hear from you!

Watercolor sketches with a pen and flower on a desk, representing the creative design process.
Image depicting the value of signing up for the newsletter.