Even after replacing the color names with their hexadecimal representations, some of the objectives of the challenge do not seem to be achieved. Where am i going wrong?
**Your code so far**
<style>
.red-text {
color: ff0000;
}
.green-text {
color: 00ff00;
}
.dodger-blue-text {
color: 1e90ff;
}
.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:**
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.82 Safari/537.36
Challenge: Use Hex Code to Mix Colors
Link to the challenge: