top of page

Bring the vibrant beauty of tropical flowers into your home with our Plumeria Floral Slate Coasters. Perfectly round and made from high-quality slate, these coasters feature a stunning, colorful plumeria design that adds a touch of exotic elegance to any setting. Ideal for protecting your surfaces while adding a pop of color to your decor, these coasters are both functional and stylish.

 

  • Material: High-quality slate with a colorful plumeria floral design.
  • Dimensions: Perfectly round shape, ideal for standard-sized glasses and mugs.
  • Features: Durable, heat-resistant, and easy to clean.
  • Style: Adds a vibrant tropical flair to your home decor.
  • These coasters are perfect for entertaining guests or as a delightful gift for someone special. Protect your surfaces with style!

Plumeria Floral Slate Coasters

$32.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); }