Tell us what’s happening:
I noticed the hex names for orange and raspberry are different than online hex codes for these colors… I’m not sure how FCC is determining them.
Your code so far
body {
background-color: #FFFFFF;
}
.orange {
background-color: #FFA500;
}
.cyan {
background-color: cyan;
}
.raspberry {
background-color: #FF007D;
}
div {
height: 100px;
width: 100px;
margin-bottom: 5px;
}
</style>
<div class="orange"></div>
<div class="cyan"></div>
<div class="raspberry"></div>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36
.
Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/applied-visual-design/learn-about-tertiary-colors