Request a Quote
Naivasha, Kenya

Where Every Stem
Tells a Story

Premium specialty cut flowers grown in Naivasha, Kenya — cultivated for the global export market and the world's most discerning floral designers.

40+
Varieties Grown
3
Certifications
Export
Market Focus
Naivasha
North Lake, Kenya
Who We Are

Twelve Years of Growing
Something Beautiful

Founded in 2014, Cenacle Kenya Limited has grown into one of Kenya's leading specialty cut summer flower companies — built on a simple belief that the right climate, expertly managed, produces flowers that stand apart on the global market.

While Kenya's flower industry is often defined by roses, we have carved a distinct path — cultivating 36+ varieties of specialty summer flowers that the world's most creative florists and exporters seek out. Limonium, Gypsophila, Tweedia, Lisianthus, Delphinium — flowers of texture, fragrance and rare botanical character, grown to international export standards from our farm in Naivasha's Rift Valley.

Our mission is straightforward: to grow and export high-quality summer flowers that meet international standards and exceed customer expectations. Our vision is to be the leading summer flower grower and exporter in the floriculture industry — and every season, we get closer.

KFC Silver Global GAP Sedex Advance
Our Farm → Our Varieties
Cenacle Kenya director inspecting flowers
Our Collection

36+ Premium Varieties

Browse by category, then click any variety to discover its colours, character and story — and connect with us directly.

Why Choose Us

Grown with Precision.
Delivered with Care.

We hold ourselves to the highest international standards so your designs always arrive looking their best.

🌿

Export-Grade Quality

Every stem is graded and packed to international standards, ensuring consistent quality for the most demanding markets in Europe and beyond.

🏅

Triple-Certified

Global GAP, Sedex Advance, and Kenya Flower Council Silver certification — your guarantee of ethical, sustainable production.

✈️

Built for Export

Every decision on our farm — from variety selection to grading and packaging — is made with the international buyer in mind. We grow exclusively for the global export market.

🌸

Rare & Distinctive Varieties

We grow varieties rarely found elsewhere in the region — Tweedia, Mollucela, Lysimachia, Monarda — giving your work a unique edge.

📦

Year-Round Availability

Naivasha's ideal climate and altitude give us consistent growing conditions for reliable, year-round supply across our full range of 40+ varieties.

🤝

Direct from Farm

No middlemen. Ordering directly from us means fresher flowers, better prices, and a relationship with the people who grow them.

Our Standards

Certified at Every Level

Our certifications are a commitment — to our workers, our environment, and to you.

Kenya Flower Council Silver Certified Member

Kenya Flower Council Silver

Silver-level recognition from Kenya's premier floriculture standards body for responsible and quality cut flower production.

GlobalG.A.P. Certified

Global GAP

An internationally recognised standard ensuring safe and sustainable agricultural practices from the ground up.

SMETA Sedex Members Ethical Trade Audit

Sedex Advance

Verified ethical trade practices — protecting the rights, safety, and wellbeing of everyone in our supply chain.

📍 Cenacle Kenya · North Lake, Naivasha
Get In Touch

Let's Grow Together

Whether you're placing an order, sourcing for export, planning an event, or arranging a farm visit — our team is ready to help.

Location
North Lake, Naivasha
P.O. Box 1378 – 20117, Kenya
WhatsApp
+254 743 554 611

Send a Message

buildSeal()); })(); /* ── CONTACT FORM — AJAX SUBMIT ── */ (function() { const form = document.getElementById('contact-form'); const success = document.getElementById('form-success'); if (!form) return; form.addEventListener('submit', async function(e) { e.preventDefault(); const btn = form.querySelector('[type=submit]'); btn.textContent = 'Sending…'; btn.disabled = true; try { const data = new FormData(form); await fetch('/', { method: 'POST', headers: { 'Content-Type': 'application/x-www-form-urlencoded' }, body: new URLSearchParams(data).toString() }); form.style.display = 'none'; success.style.display = 'block'; } catch(err) { btn.textContent = 'Send Message →'; btn.disabled = false; alert('Something went wrong. Please email us directly at sales@cenaclekenya.co.ke'); } }); })(); /* ── HERO VIDEO ── */ (function(){ const RATE = 0.40; const v = document.getElementById('hero-video'); if (!v) return; function setRate() { try { v.playbackRate = RATE; } catch(e){} } if (v.readyState >= 1) { setRate(); } else { v.addEventListener('loadedmetadata', setRate, { once: true }); } v.addEventListener('canplay', setRate); })(); /* ── REVEAL ON SCROLL ── */ (function(){ const obs = new IntersectionObserver(entries => { entries.forEach(e => { if (e.isIntersecting) { e.target.classList.add('visible'); obs.unobserve(e.target); } }); }, { threshold: 0.12 }); document.querySelectorAll('.reveal').forEach(el => obs.observe(el)); })(); /* ── HAMBURGER ── */ (function(){ const hamburger = document.getElementById('hamburger'); const mobileNav = document.getElementById('mobile-nav'); if (!hamburger || !mobileNav) return; hamburger.addEventListener('click', () => { hamburger.classList.toggle('open'); mobileNav.classList.toggle('open'); document.body.style.overflow = mobileNav.classList.contains('o