Use Hex Code to Mix Colors plz help

Tell us what’s happening:
idk wth is happening over here

Your code so far

<style>
  .red-text {
    color: #FF0000;
  }
  .green-text {
    color: 00FF00;
  }
  .dodger-blue-text {
    color: #2998E4;
  }
  .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 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36.

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

1 Like

Mh…i don’t know if could be helpful but the Wiki’s article on this topic seems pretty clear^^
Link: click here

Hope it helps ^^

yeah ik that, its just that for some reason i cant get past this like take a look at this

You’re missing the hashtag in front of your green text colour hex code.

In addition on @JaceyBennet correct comment i’d like to point out. that rgb code range from 0 to 255, not 225 ( i assume it’s a typo) :stuck_out_tongue:

Thanks, that helped.

1 Like

lol thanks and yeah it was a typo