ADVERTISEMENT

Pandemic or not, there's always a reason to love jewelry

Published Oct 5, 2020 04:52 pm

Here are ways contemporary and classic to wear jewelry, whether on Zoom meetings, at intimate events, or simply just to pamper yourself at home.

With everything happening now, is it insensitive that you still want to wear jewelry? The answer is no. While many are no longer clamoring for Mariah Carey to bathe in her diamonds, or Heart Evangelista to parade in her favorite accessories, jewelry will always have a unique effect on everyone. If it makes you feel better,  why not wear it? I quote from Hollywood legend Elizabeth Taylor, “I’ve never thought of my jewelry as trophies. I’m here to take care of it and to love it, for we are only temporary custodians of beauty.” 

And that we all must be, a keeper of beauty. It may seem frivolous to keep aesthetic these days, but one thing is for sure. After we survive this pandemic, we’ll be thankful that we held on to beauty, whether in the form of a designer face mask, a flower in potted soil, or a piece of hand-me-down jewelry. 

Speaking of Elizabeth, there is one significant jewelry house associated with her during her golden days in the movies—Bulgari. It is undeniable how very fond the actress was with the Italian luxury brand. Evidence of it can be read in her book My Love Affair with Jewelry and seen in the famed movie Cleopatra, where she was photographed wearing the brand’s iconic emblem—the Serpenti.

“One of our first serpent watches appears on her in a photo from the set of Cleopatra. We know it was sold in 1962, but there’s no record accounting for who purchased it,” Amanda Triossi, former curator of the Bulgari Heritage Collection told the New York Times. “It’s a question mark. Who gave it to her?”

This time, the Roman maison is bringing glamor back with its 2020 collection “Multifaceted, Magnificent, Maximized,” featuring leather goods, metallic works encrusted with precious and colorful gemstones, and timepieces in contemporary shapes. Bulgari taps Filipino fashion stylist Pam Quiñones to give a few style tips on how to incorporate subtle elegance in everyday looks with pieces from its latest collection.

“I honestly don’t think there are any rules now to accessorizing, the same way that the rules have changed and evolved for fashion in general,” Pam tells Manila Bulletin Lifestyle. “I only have very few rules in my styling book.”

Know what suits your tone

“First and foremost is to really get to know what your personal style is, what looks good on you and what doesn't,” she says. “Once you know that, it is such a powerful thing.”

To Pam, when it comes to picking jewelry, it's best to consider your skin tone. Morena skin sets a perfect canvas for rose and yellow gold, while a lighter complexion matches silver best.

Mix and match jewelry

After knowing your personal style, the next step is to go beyond it little by little. It can be done by experimenting and matching different kinds of jewelry. One example is by wearing a simple earring on one ear and a more elaborate design on the other to create an interesting way to frame your face—a tip you can apply for your next Zoom meeting.

“Once you master your style, try something new,” she says. “Experiment and try to evolve it, but still anchor it to your personal style.”

Layering is a good option

“The mixing of metal is another way to play on how you layer your jewelry,” Pam says. Stacking up bangles with watches, or layering necklaces in different kinds of metal and ranging in size, are some ways to add dimension to a look. Playing with contrasting aesthetics like mixing streamlined design with circular ones or partnering a masculine watch with a dainty bracelet can elevate your skill level in wearing accessories.

Make your bag a color statement

Another big trend Pam pointed out is the “Tone on Tone.” The perfect way to add an accent to a color-coded ensemble is through a statement bag. A splash of yellow can brighten a warm sunset-hued look. Mint green matches great with deep olives and other earth tones, while printed and textured bags are a way to add character to your LBD. Plus, you need somewhere to put your hand sanitizers for your quick trip to the office or intimate gatherings. Having a stylish handbag has its purpose. 

Visit Bulgari store at The Shoppes in Solaire Resort and Casino | www.bulgari.com | Instagram: @bulgari

Related Tags

Jewelry Fashion Bulgari Style John Legaspi
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; } }

{{ articles_filter_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.