Inspire. Transform. Motivate.

Know your red

It’s Valentine’s Day, the perfect day to wear red! It’s a colour we all love to wear and by using the Chata Romano Colour System you can easily incorporate red into your wardrobe.

Soft skin tones (pale and fair like Nicole Kidman) love a soft red; Medium skin tones (golden like Jennifer Aniston) are stunning in a bright red shade while a Deep to Rich skin tone (lighter darker like J-Lo or darker like Oprah) delight with deeper, richer shades of red.

Now that you’ve determined your shade you can start adding the richness of red to your everyday style – go for an accent in a bright red bag or heavenly heels, slip on a red blazer instead of your trusted black version or add a ruby jumper to dark denim.

 

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(); } }); });