Learn about tertiary colors- not working

what is wrong here

    background-color: #FFA500;
  }
  
  .cyan {
    background-color: cyan;
  }
  
  .raspberry {
    background-color: #b3446c;

Solved it! I had to change the hex code, it was the wrong one.

1 Like