ADVERTISEMENT

How your makeup routine should change in your 30s

Three beauty experts share the skincare-first approach and makeup techniques that work with changing skin

Published Jul 17, 2026 02:57 pm
Beauty at 30
Beauty at 30
Turning 30 often comes with subtle but noticeable changes. Skin that once bounced back easily may start feeling drier, lose some firmness, and develop fine lines. For others, texture and oil production may shift, making the makeup routine that worked in their 20s suddenly feel less reliable.
These changes often leave people wondering whether they should also change the way they wear makeup. According to beauty experts, the answer is yes, but not because 30 is a magic number. Rather, it is because your skin's needs evolve over time.
To better understand what changes are worth making, Manila Bulletin Lifestyle spoke with Project Vanity founder Liz Lanuzo, celebrity makeup artist Luis Vecina, and Korean beauty specialist makeup artist Chuchie Ledesma.

What the experts say
For Luis, the biggest adjustment has less to do with age and more with understanding what your skin needs.
"It's more about your skin's needs than your age," she said. "In your 20s, you can experiment more, while in your 30s, hydration, lighter layers, and strategic product placement become more important."
Rather than layering with multiple products, she encourages people in their 30s to focus only on areas that need enhancement. "Everything is intentional. You don't need a lot of makeup, only what your face truly needs. Less is more."
Liz echoed the idea, explaining that skin naturally changes as collagen declines. "There's some loss of firmness, changes in texture, and certain parts of the face start to shift. Dullness also becomes a real issue, so the techniques that worked before might not give you the same results now," she said.
One adjustment she recommends is changing the way products are applied. Instead of lightly sweeping skincare and makeup across the face, she suggests pressing products into the skin so they melt in better and create a more natural finish. She also advises paying attention to coverage.

"Add more coverage where you need it, and pull back where your skin already has a lot to work with. It's really about working with your skin instead of against it,” she said.
Meanwhile, Chuchie believes that makeup itself has no age limit. Bright eyeshadow, bold colors, and trendy looks can be worn by anyone regardless of age.
"There is really no difference in how people should apply makeup in whatever age bracket they may be in, because makeup should be fun. It should be ageless," she said. However, she stressed that application techniques should evolve alongside the skin.
"As we age, our skin loses collagen and elasticity, so we're more prone to wrinkles and fine lines," she explained. "That's when makeup applications should change."

Techniques that make a difference
Using heavy foundations can make these signs more noticeable, especially as mature skin tends to become drier. "If we put too much makeup on that kind of skin, it becomes unflattering. People notice the cracks and creases instead of your skin," Chuchie said.
Despite their different perspectives, the three experts agree on one thing: good makeup begins with good skin. Luis recommends treating skincare as the starting point of every makeup routine by cleansing, hydrating, moisturizing, and wearing sunscreen before reaching for complexion products.
Liz likewise considers skincare "half of your makeup routine," noting that a well-moisturized base allows makeup to apply more smoothly and last longer.
When it comes to makeup itself, both artists favor lighter textures and thoughtful placement.
Cream formulas can create a fresher finish, while applying blush slightly higher on the cheeks or using concealer only where needed can enhance natural features without creating a heavy look.
The takeaway is simple. Makeup in your 30s isn’t about following stricter beauty rules or giving up trends. It is about understanding your skin's changing needs and choosing techniques that enhance, rather than hide, your natural features. Sometimes, the secret is not adding more products, but knowing where and when to use less.

Related Tags

Makeup for 30s Chuchie Ledesma Luis Vecina Liz Lanuzo
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.