Skip to content

Challenge Use Hex Code To Mix Colors

Quincy Larson edited this page Aug 20, 2016 · 1 revision

Challenge Use Hex Code to Mix Colors

Orange is pure red, mixed with some green, and no blue.

<style>
  body {
    background-color: #FFA500;
  }
</style>
Clone this wiki locally