top of page

Bring the essence of aloha into your home with this set of 4 round rock slate coasters featuring stunning silhouettes of traditional Hawaiian hula dancers against a vibrant tropical sunset. Each handcrafted piece celebrates Polynesian culture and island life, turning your table into a mini art gallery.

 

🪨 Made from real slate with natural rough-cut edges, these coasters are both durable and visually striking – a unique fusion of function and island artistry. Perfect for protecting surfaces from condensation while adding a coastal, tropical touch to any room.

 

 

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

Hula Dancer Sunset Slate Coasters – Set of 4 Rock Drink Coasters with Hawaiian

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