It wont change to correct

Tell us what’s happening:

Your code so far


<style>
  .red-text {
    color: #FF0000;
  }
  .green-text {
    color: green;
  }
  .dodger-blue-text {
    color: dodgerblue;
  }
  .orange-text {
    color: orange;
  }
</style>

<h1 class="red-text">I am red!</h1>

<h1 class="green-text">I am green!</h1>

<h1 class="dodger-blue-text">I am dodger blue!</h1>

<h1 class="orange-text">I am orange!</h1>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36.

Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/basic-css/use-hex-code-to-mix-colors

You must be add all color code can be added . i think.

Yeah, you need to add the hex codes into the relevant CSS classes

I just added the the hex codes and it wont change still

can you update the code in your original post so I can see the changes you have made