How can I change the background and text color on one specific page?

I want to change the background color, text color of just one specific page. I’m using the Impulse theme. The whole store is in black and i need that one page to be light grey almost white and obviously the text has to be the opposite so black. Is there a way to make these changes to the page without affecting the other pages? thanks so much!!!

This is PageFly - Free Landing Page Builder.

Please add this code to your theme.liquid

{% if handle contains 'your-page-handle-here' %}

{% endif %}

Please change your handle in the ’ ’

Hope this can help you solve the issue

Best regards,

PageFly