top of page

Paintings

One-of-a-kind paintings created to inspire and transform. Each brushstroke carries depth and character, offering collectors a unique artwork that elevates both home and gallery settings.

Photography

Limited edition photographic works that capture nature’s rhythm, emotion, and detail. Available as traditional prints or sleek metal finishes, each piece brings a calming presence and timeless beauty to your space.

About the artist

Pamela Bhatia is an award-winning artist who explores the rhythms of nature and light, producing stunning visuals captured in paint, photography, and metalwork.

capecodder.jpg
bottom of page
// Disable right-click document.addEventListener('contextmenu', event => event.preventDefault()); // Disable common shortcuts (Ctrl+S, Ctrl+U, Ctrl+C, Ctrl+Shift+I) document.onkeydown = function(e) { if (e.ctrlKey && (e.key === 's' || e.key === 'u' || e.key === 'c' || e.key === 'i')) { e.preventDefault(); return false; } };