ADVERTISEMENT

Las Flores invites everyone to slow evenings where tapas and cocktails reign supreme

Published Jun 14, 2026 02:39 pm
If there’s one memory I will always cherish from my visit to Spain in 2024, it would be my day in Palma de Mallorca. There are two ways to enjoy this coastal city. The first is by exploring its Moorish-influenced labyrinthine Old Town with its stunning Gothic architecture. The second is by lounging on its beautiful Mediterranean beaches. The wanderlust in me decided to do both in a single day—city first, then the beach.
RUBY ELIXIR Enjoy unlimited serving of the restaurant’s Sangria Roja (Photos: Las Flores)
RUBY ELIXIR Enjoy unlimited serving of the restaurant’s Sangria Roja (Photos: Las Flores)
To end the experience, my companions and I gathered for a shared meal on the boardwalk of Palma Nova Beach. Tapas and paella graced our table, and pitchers of white sangria were passed from hand to hand as conversation drifted. It's the kind of easy day by the beach anyone would love to have. That’s why, whenever I get a chance to savor tapas and drink sangria, I’m instantly transported back to that golden day by the sea.
That chance came pretty recently. But instead of a sunny day and rolling beach waves, the experience unfolded against the setting sun, warm ambient lights, and the soft strains of Spanish music in one of the busiest spots in Makati City. It was definitely not the same, but the food—and the way it brought everyone together around the table—felt strikingly familiar. And that’s all thanks to Las Flores.
On May 25, the contemporary Spanish restaurant hosted an evening of quiet indulgence for its guests. While it is tempting to enjoy Las Flores’ offerings inside its Greenbelt 3 location, the alfresco seating feels like the natural choice as the day gives way to dusk.
On display were some of the restaurant’s newest and most beloved offerings. Our evening started with plates of tapas. The Croquetas de Jamón Ibérico and Croquetas de Chorizo are bite-sized delights that pack distinctive Spanish flavors. Delicately crisp, they offer the right balance of savory richness and sweet-salty notes from the cured meats. The Chipirones Andaluza, a crowd favorite, spotlights golden baby squid lightly coated in flour and deep-fried until crispy, best enjoyed with a dip in kimchi mayo.
CHOOSE YOUR TAPAS Chipirones Andaluza and Croquetas de Jamón Ibérico
CHOOSE YOUR TAPAS Chipirones Andaluza and Croquetas de Jamón Ibérico
Whisky Highball, Daiquiri, and Manhattan
Whisky Highball, Daiquiri, and Manhattan
Dining at Las Flores wouldn’t be complete without sampling its paellas. For the evening, we had the Paella Pollo y Cerdo, featuring chicken drumsticks, pork ribs, and French beans. We paired it with the Costillar de Cerdo, another house favorite that brings to the table a rack of baby back ribs coated in homemade barbecue sauce.
But the highlight of the evening was what the bar poured into our glasses. The same focus, intention, and Spanish flair evident in the food are reflected in the carefully crafted drinks. There’s the cocktail selection, which spotlights thoughtfully curated pours to suit a range of preferences: the crisp Daiquiri, the relaxed elegance of a Whisky Highball, and the bold sophistication of a Manhattan.
Las Flores bar manager Byron Mayo
Las Flores bar manager Byron Mayo
Something especially suited for sharing is the restaurant’s original blend, Sangria Roja, thoughtfully crafted to balance fruit, depth, and refreshment in every sip. At Las Flores, sangria flows generously with its daily after-hours offering. From 5 to 8 p.m. daily, guests can enjoy unlimited pours for P495. Whether paired with tapas, shared plates, or simply good company, it’s an experience that perfectly complements the rhythm of the evening.
“It is refreshing, vibrant, and perfect for sharing,” says Las Flores bar manager Byron Mayo. “With our free-flowing sangria campaign, we want to create a lively experience for our guests by combining fresh ingredients, balanced flavors, and an enjoyable social atmosphere.”
Before saying our goodbyes, we closed our journey through Spanish flavors with a serving of warm and comforting Churros con Chocolate. It is nice to find a spot in the metro where, even on the busiest workdays, time seems to slow down with shared meals and drinks. It may not have been Palma de Mallorca, but Las Flores captured the same spirit of lingering conversations, generous pours, and the simple joy of gathering around a table.

Related Tags

food Las Flores
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ static_articles_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.