Need help changing heading text colors on Dawn theme

I want all main heading text (home page, product page, collection titles, etc) to be a bright pink color and all rich text/paragraph text to be a black color. I am fairly new to coding so if anyone could help I would appreciate it!

mariposastudio.net

pw: phepra

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >base.css and paste this at the bottom of the file:
body, .color-background-1, .color-background-2, .color-inverse, .color-accent-1, .color-accent-2 {
color: #000;
}

You’re the best thank you!

Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.

Hello! How can I make the header text to be a specific color regardless of the rest of the page?