.use Abbreviated Hex Code

G

Your code so far

<style>
  .green-text {
   color: #0F0;
  }
  .fuchsia-text {
   color: #F0F;
  }
 
  .cyan-text {
   color: #0FF;
  }
  
  .red-text {
    color: #F00;
  }
 
 
</style>

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









Your browser information:

Your Browser User Agent is: Mozilla/5.0 (Linux; Android 6.0; Phantom6-Plus Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36.

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