Use Hex Code to Mix Colors hj

Tell us what’s happening:

Your code so far

<style>
  .red-text {
    color:#ff0000;
  }
  .green-text {
    color:#008000;
  }
  .dodger-blue-text {
      color: #005596;
  }
  .orange-text {
    color:#ffA500;
  }
</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:

Your Browser User Agent is: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36.

Link to the challenge:
https://www.freecodecamp.org/challenges/use-hex-code-to-mix-colors

On the left side, you have instructions with a table of colours you have to use to pass the test.