Challenge Use Hex Code For Specific Colors - ashish9342/FreeCodeCamp GitHub Wiki

Challenge use Hex Code for Specific Colors

With CSS, we use 6 hexadecimal number to represent colors. For example, #000000 is the lowest possible value, and it represents the color black.

This is the same as #RRGGBB which can also be simplified to #RGB.

⚠️ **GitHub.com Fallback** ⚠️