top of page

Add a splash of tropical paradise to your space with these stunning Plumeria Flower Coasters. Featuring vibrant, high-resolution floral artwork, these coasters not only protect your surfaces but also bring the beauty of island life into your home.

 

Crafted from durable slate, these round coasters offer a natural, rustic aesthetic. For those seeking different textures or finishes, we also offer customization on leather, glass, or sandstone.

 

Whether you're hosting a tropical-themed gathering or simply want to add a touch of nature to your decor, these versatile coasters will suit any occasion or style.

Tropical Plumeria Flower Coasters – Vibrant Island Decor for Your Home

$28.00Price
  • Explore the beach with us as each handcrafted item will leave you on the beach.
    It's time to explore.

    These coasters are 4 inches in diamete

bottom of page
import wixData from 'wix-data'; export function uploadButton1_change(event) { let uploadedFile = event.target.files[0]; let reader = new FileReader(); reader.onload = (fileLoadEvent) => { let fileData = fileLoadEvent.target.result; wixData.insert('ProductFiles', { fileName: uploadedFile.name, fileType: uploadedFile.type, fileData: fileData }) .then((results) => { console.log('File uploaded and saved in database:', results); }) .catch((err) => { console.error('Error saving file:', err); }); }; reader.readAsDataURL(uploadedFile); }