Inspire. Transform. Motivate.

SHADES OF YELLOW

CHATA’S DAILY TIP: Nervous to wear yellow? Select the correct shade according to your skin tone i.e.: Soft skin tones (pale and fair) should opt for softer shades like buttercup. Medium skin tones (golden) should opt for bright shades like daisy. Deep and Rich skin tones (lighter darker to darker skin tones) should opt for deep, rich shades like pumpkin. COPY CREDIT: Maryna Allmann chataromano.com/… IMAGE CREDIT: Fashion’s Facebook page

Share this story, choose your platform!
×

 

Welcome.

Do you have any questions? Chat with me on WhatsApp.​

×
jQuery(document).ready(function($) { // Target the first accordion (.accordion-pricelist) and the second one (.accordion-enquiry-form) var firstAccordion = $('.accordion-pricelist'); var secondAccordion = $('.accordion-enquiry-form'); // Initially, we hide the second accordion (if needed) secondAccordion.hide(); // Set up a click event listener on the first accordion firstAccordion.on('click', function() { // Check if the first accordion is open if ($(this).hasClass('brx-open')) { // If the first accordion is open, hide the second accordion secondAccordion.slideUp(); } else { // If the first accordion is not open, show the second accordion secondAccordion.slideDown(); } }); });