I don't understand this challenge, the code hex for raspberry does not work

Tell us what’s happening:
Describe your issue in detail here.

  **Your code so far**

<style>
body {
  background-color: #FFFFFF;
}

.orange {
  background-color: #ff7f00;
}

.cyan {
  background-color: #00ffff;
}

.raspberry {
  background-color: #ff006c;
}

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 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36

Challenge: Learn about Tertiary Colors

Link to the challenge:

The hex code for raspberry should be #FF007F

Thanks you

-------- Message original --------

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.