Crewel Embroidery Essentials – Beginner Workshop
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Jost:wght@300;400;500&display=swap'); .crewel-wrap { max-wid th: 100%; margin: 0; font-family: 'Jost', sans-serif; color: #3a2a3a; background: #FDF6FB; padding: 0; } .crewel-hero { background: linear-gradient(135deg, #6b2168 0%, #A84FA1 60%, #7a3878 100%); padding: 48px 32px 40px; text-align: center; position: relative; overflow: hidden; } .crewel-hero::before { content: ''; position: absolute; top: -40px; right: -40px; width: 220px; height: 220px; border-radius: 50%; background: rgba(255,255,255,0.08); } .crewel-hero::after { content: ''; position: absolute; bottom: -60px; left: -30px; width: 180px; height: 180px; border-radius: 50%; background: rgba(255,255,255,0.06); } .crewel-hero-badge { display: inline-block; background: rgba(255,255,255,0.22); color: #fff; font-family: 'Jost', sans-serif; font-size: 14px; font-weight: 500; letter-spacing: 2.5px; text-transform: uppercase; padding: 6px 18px; border-radius: 40px; border: 1px solid rgba(255,255,255,0.35); margin-bottom: 18px; } .crewel-hero h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(30px, 5vw, 46px); font-weight: 600; color: #fff; margin: 0 0 6px; line-height: 1.15; letter-spacing: -0.5px; } .crewel-hero h1 em { font-style: italic; font-weight: 400; } .crewel-hero-sub { font-family: 'Jost', sans-serif; font-size: 17px; font-weight: 300; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,0.88); margin: 0 0 28px; } .crewel-meta-strip { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 20px; margin-top: 4px; } .crewel-meta-item { display: flex; align-items: center; gap: 6px; background: rgba(255,255,255,0.18); border: 1px solid rgba(255,255,255,0.3); border-radius: 30px; padding: 6px 14px; font-size: 16px; color: #fff; font-weight: 400; } .crewel-meta-item svg { width: 15px; height: 15px; flex-shrink: 0; stroke: rgba(255,255,255,0.9); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; } /* ── sections ── */ .crewel-body { padding: 0 24px 40px; max-width: 780px; margin: 0 auto; } .crewel-section { margin-top: 36px; } .crewel-section-label { font-family: 'Jost', sans-serif; font-size: 13px; font-weight: 500; letter-spacing: 3px; text-transform: uppercase; color: #A84FA1; margin-bottom: 10px; } .crewel-section h2 { font-family: 'Cormorant Garamond', serif; font-size: 29px; font-weight: 600; color: #6b2168; margin: 0 0 14px; line-height: 1.2; } .crewel-prose { font-size: 19px; line-height: 1.75; color: #4a3248; margin: 0 0 10px; } /* ── divider ── */ .crewel-divider { border: none; border-top: 1px solid #EDD6F5; margin: 36px 0 0; } /* ── what you'll learn ── */ .crewel-learn-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 12px; margin-top: 4px; } .crewel-learn-card { background: #fff; border: 1px solid #EDD6F5; border-radius: 12px; padding: 16px 18px; } .crewel-learn-card-title { font-family: 'Jost', sans-serif; font-size: 16px; font-weight: 500; color: #A84FA1; margin-bottom: 6px; } .crewel-learn-card p { font-size: 17.5px; line-height: 1.6; color: #5a3a58; margin: 0; } /* ── stitch list ── */ .crewel-stitch-list { columns: 2; column-gap: 24px; list-style: none; padding: 0; margin: 0; } .crewel-stitch-list li { font-size: 18px; color: #4a3248; padding: 5px 0; border-bottom: 1px dashed #EDD6F5; break-inside: avoid; display: flex; align-items: center; gap: 8px; } .crewel-stitch-list li::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #DA7FD0; flex-shrink: 0; } /* ── schedule ── */ .crewel-schedule { list-style: none; padding: 0; margin: 0; position: relative; } .crewel-schedule::before { content: ''; position: absolute; left: 20px; top: 10px; bottom: 10px; width: 1px; background: #EDD6F5; } .crewel-schedule li { display: flex; gap: 16px; align-items: flex-start; padding: 10px 0; position: relative; } .crewel-schedule-dot { width: 40px; height: 40px; border-radius: 50%; background: #EDD6F5; border: 2px solid #DA7FD0; display: flex; align-items: center; justify-content: center; flex-shrink: 0; position: relative; z-index: 1; } .crewel-schedule-dot span { font-size: 13px; font-weight: 500; color: #A84FA1; letter-spacing: 0.3px; } .crewel-schedule-content { padding-top: 8px; } .crewel-schedule-time { font-size: 14px; font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase; color: #DA7FD0; margin-bottom: 2px; } .crewel-schedule-desc { font-size: 18px; color: #4a3248; line-height: 1.5; } /* ── materials included ── */ .crewel-materials { background: #fff; border: 1px solid #EDD6F5; border-radius: 14px; padding: 20px 22px; } .crewel-materials-title { font-family: 'Cormorant Garamond', serif; font-size: 21px; font-weight: 600; color: #6b2168; margin: 0 0 14px; } .crewel-materials ul { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 8px 24px; } .crewel-materials ul li { font-size: 18px; color: #4a3248; display: flex; align-items: flex-start; gap: 8px; line-height: 1.4; } .crewel-materials ul li::before { content: '✦'; color: #DA7FD0; font-size: 10px; margin-top: 3px; flex-shrink: 0; } /* ── take home ── */ .crewel-takehome { background: linear-gradient(135deg, #f9eef9 0%, #FDF6FB 100%); border: 1px solid #EDD6F5; border-radius: 14px; padding: 22px 24px; display: flex; gap: 20px; align-items: flex-start; flex-wrap: wrap; } .crewel-takehome-icon { width: 48px; height: 48px; border-radius: 12px; background: #DA7FD0; display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .crewel-takehome-icon svg { width: 24px; height: 24px; stroke: #fff; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; } .crewel-takehome-text h3 { font-family: 'Cormorant Garamond', serif; font-size: 23px; font-weight: 600; color: #6b2168; margin: 0 0 8px; } .crewel-takehome-text ul { list-style: none; padding: 0; margin: 0; } .crewel-takehome-text ul li { font-size: 18px; color: #4a3248; padding: 4px 0; display: flex; align-items: center; gap: 8px; } .crewel-takehome-text ul li::before { content: '→'; color: #A84FA1; font-size: 13px; flex-shrink: 0; } /* ── skill / bring ── */ .crewel-info-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; } @media (max-width: 480px) { .crewel-info-row { grid-template-columns: 1fr; } .crewel-stitch-list { columns: 1; } } .crewel-info-card { background: #fff; border: 1px solid #EDD6F5; border-radius: 12px; padding: 16px 18px; } .crewel-info-card-label { font-size: 13px; font-weight: 500; letter-spacing: 2.5px; text-transform: uppercase; color: #DA7FD0; margin-bottom: 8px; } .crewel-info-card-value { font-family: 'Cormorant Garamond', serif; font-size: 21px; font-weight: 600; color: #6b2168; margin-bottom: 4px; } .crewel-info-card p { font-size: 17.5px; color: #5a3a58; margin: 0; line-height: 1.55; } /* ── instructor ── */ .crewel-instructor-block { background: #fff; border: 1px solid #EDD6F5; border-radius: 14px; padding: 24px 24px 20px; } .crewel-instructor-header { display: flex; align-items: center; gap: 16px; margin-bottom: 18px; } .crewel-instructor-avatar { width: 56px; height: 56px; border-radius: 50%; background: linear-gradient(135deg, #DA7FD0, #A84FA1); display: flex; align-items: center; justify-content: center; font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 600; color: #fff; flex-shrink: 0; } .crewel-instructor-name { font-family: 'Cormorant Garamond', serif; font-size: 25px; font-weight: 600; color: #6b2168; margin: 0 0 2px; } .crewel-instructor-role { font-size: 16px; color: #A84FA1; margin: 0; } .crewel-instructor-credential { background: #EDD6F5; border-radius: 8px; padding: 12px 16px; margin-bottom: 16px; display: flex; gap: 10px; align-items: flex-start; } .crewel-instructor-credential-icon { font-size: 18px; flex-shrink: 0; margin-top: 1px; } .crewel-instructor-credential p { font-size: 17.5px; color: #5a3a58; margin: 0; line-height: 1.55; } .crewel-instructor-credential strong { color: #6b2168; } .crewel-instructor-bio p { font-size: 18.5px; color: #4a3248; line-height: 1.75; margin: 0 0 10px; } .crewel-instructor-bio p:last-child { margin-bottom: 0; } .crewel-instructor-specialties { margin-top: 14px; padding-top: 14px; border-top: 1px solid #EDD6F5; display: flex; flex-wrap: wrap; gap: 8px; align-items: center; } .crewel-specialty-label { font-size: 14px; font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase; color: #A84FA1; margin-right: 4px; } .crewel-specialty-pill { background: #F2C4E8; color: #6b2168; font-size: 15px; padding: 4px 12px; border-radius: 20px; } Hands-On Workshop · All Materials Included Crewel Embroidery Essentials Beginner Workshop · 3 Hours July 18, 2026 3:00 – 6:00 PM Craftique Studio · Cypress, TX Limited to 12 Students About the Workshop A timeless needlework art, reimagined for beginners Crewel embroidery is a classic freehand style traditionally worked with richly colored wool threads on linen or cotton fabric — and it's absolutely stunning in person. Using a variety of textured stitches, you'll create designs with real depth, dimension, and vibrant color. This style became especially beloved in 17th and 18th-century England, drawing inspiration from exotic Indian textiles and European floral motifs. Think flowing vines, stylized blooms, birds, and bold outlines — all brought to life with layered shading and lush, tactile wool. Now it's your turn to try it! In this 3-hour workshop, Terri King will walk you through the essentials — from setting up your hoop to finishing your piece — so you can leave with a completed embroidered sampler and the confidence to keep stitching at home. What You'll Learn Skills you'll leave with History & Tradition The fundamentals of crewel embroidery, including its rich history and the iconic Jacobean style that inspired it. Materials & Setup How to work with crewel wool, choose the right needles and fabric, and set up your hoop with proper tension. Color & Shading Basic color blending and shading techniques that give your embroidery real depth and dimension. Design & Finishing Design transfer techniques for crewel work, plus professional finishing methods for a polished final piece. Essential Stitches You'll practice all of these Stem Stitch & Outline Stitch Split Stitch Satin Stitch Long & Short Stitch (shading) French Knots Bullion Knots Chain Stitch & Lazy Daisy Blanket Stitch & Buttonhole Stitch Couching (for added texture) Class Schedule How the 3 hours unfold 0:15 3:00 – 3:15 PM Welcome, introductions & material overview 0:30 3:15 – 3:45 PM Hoop setup & fabric preparation 1:55 3:45 – 5:40 PM Hands-on stitching: learn and practice essential crewel stitches 0:15 5:40 – 5:55 PM Finishing touches & professional tips 0:05 5:55 – 6:00 PM Q&A, clean-up & take-home guidance Everything is provided — just show up! 6-inch wooden embroidery hoop Linen or cotton twill fabric with pre-printed pattern Selection of high-quality crewel wool threads Crewel embroidery needles Printed stitch guide & pattern sheet Resource list with recommended tools & threads What You'll Take Home Your completed embroidered crewel sampler Printed stitch guide to keep and reference Resource list for wool, fabric & tools Confidence and inspiration to stitch more at home! Skill Level Beginner-Friendly All ages 14 and up are welcome. Absolutely no prior embroidery experience required — just bring your curiosity! What to Bring Just yourself! Everything you need is included. Optional: reading glasses if needed, or your favorite thimble for extra comfort. Meet Your Instructor TK Terri Michele King Fiber Arts Educator · Houston, Texas 🎓 Diploma in Technical Hand Embroidery (2015) — Terri trained at the Royal School of Needlework at Hampton Court Palace in the UK, one of the world's most prestigious embroidery institutions. Founded in 1872, the RSN has trained needleworkers for the British Royal Family and preserves centuries of embroidery tradition. Terri is one of a small number of American needleworkers to hold this distinction. Terri Michele King is a native Texan whose lifelong love of needlework and fiber arts was sparked in childhood by the patient hands of her mother, aunts, and grandmothers. That early foundation grew into a deep, decades-long passion — and eventually, a calling to teach. In 2024, Terri founded Terri Michele Fiber Arts Studio in Houston, Texas, where she brings her world-class training and genuine love of the craft to students of all levels. Her teaching style is warm, encouraging, and wonderfully unhurried — she has a gift for making even the most intricate techniques feel completely within reach. Crewelwork is one of Terri's core specialties, and she's excited to share this richly textured, historically rooted art form with you. Specialties Crewel Embroidery Blackwork Goldwork Silk Shading Lace Knitting
More you might like
Related
Beginner's Guide to Crewel Embroidery
Related
Beginner's Guide to Crewel Embroidery
Related
Beginner's Guide to Crewel Embroidery
Related