SKU: COL500NW-MTTB

Colvin - Round Marble Dining Table - White

$1,01999 USD $1,26999


Delivery and Shipping

At this time we are only able to offer delivery in the Southwest Missouri and Northwest Arkansas area.

Add a touch of sophistication to your dining with the timeless elegance of the 52″ round Colvin white marble dining table. Featuring a lustrous white marble top with veins and marbling that beautifully accent the reeded toffee finish base, this modern marvel seats up to six, fostering intimate conversations and creating a welcoming ambiance for dining or work. Inspired by Art Deco and Empire styling, it is finished in a lustrous toffee over oak and mango veneers, radiating warmth and beauty.

Product Features
  • Expertly crafted from white marble veneers, oak and mango veneers, Asian hardwood solids and engineered woods
  • The substantial 1.5″ thick white marble veneer table top rests atop a reeded art deco styled base
  • The white marble top offers a lustrous look of timeless elegance, durability, and a luxurious focal point for your dining room.

// Save scroll position before leaving page document.addEventListener('DOMContentLoaded', function() { // Save scroll position when clicking product links const productLinks = document.querySelectorAll('a[href*="/products/"]'); productLinks.forEach(link => { link.addEventListener('click', function() { sessionStorage.setItem('scrollPosition', window.scrollY); sessionStorage.setItem('scrollPage', window.location.href); }); }); // Restore scroll position when returning if (sessionStorage.getItem('scrollPage') === window.location.href) { const savedPosition = sessionStorage.getItem('scrollPosition'); if (savedPosition) { window.scrollTo(0, parseInt(savedPosition)); sessionStorage.removeItem('scrollPosition'); sessionStorage.removeItem('scrollPage'); } } });