SKU: CF450WMTKDB-D5PC-C

Colfax - Dining Set With White Top Table

$1,09999 USD $1,37999

Color
Sets

Delivery and Shipping

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

The Colfax Dining Set exudes mid-century modern elegance, perfectly blending style and comfort. At its heart is a stunning 45-inch round table, crowned with a luxurious marble top. The table's sleek metal base provides a striking contrast, embodying both strength and grace. Complementing this centerpiece are four exquisite chairs, upholstered in premium black vegan leather. Their classic canted metal legs echo the table's design, creating a harmonious look. This set promises a cozy yet modern dining experience, making it an ideal choice for those who appreciate retro-inspired aesthetics with a contemporary twist.
Colfax - 5 Piece Dining Set - Black & White
20.0"W x 23.0"D x 30.0"H - 155.0 lb
Colfax - 5 Piece Dining Set - Dark Gray & White
20.0"W x 23.0"D x 30.0"H - 155.0 lb
Colfax - 7 Piece White Top And Black Base Dining Set With Chair - Black
20.0"W x 23.0"D x 30.0"H - 186.0 lb
// 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'); } } });