top of page

Bring a touch of the tropics to your table with our Round Rock Slate Plumeria Coaster Set. Measuring 4 inches wide, each coaster is crafted from natural slate and features a vibrant plumeria floral design with fiery orange, yellow, and red blooms against a cool tropical background.

 

The rustic, chiseled edges highlight the natural stone texture, making each piece unique. Perfect for protecting your surfaces while adding exotic coastal charm to your décor.

 

  • Set of 4 round rock slate coasters (4” wide)

  • Vibrant tropical plumeria flower artwork

  • Natural rustic edges for an authentic stone look

  • Protects surfaces from heat, spills, and condensation

  • Durable, easy to clean, and great for daily use or entertaining

 

🌺✨ #TropicalPlumeriaCoasters #FloralCoasters #IslandVibes #TableDecor #HomeAccessories #GiftIdeas #TropicalHome #BeachHouseDecor #DrinkCoasters

Round Rock Slate Plumeria Coasters – 4” Set of 4 Tropical Stone Drink Coasters

$32.00Price
Quantity
  • 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); }