Add another link to MDN for more in-depth info (#23576)

Please provide a link to MDN so that readers can explore more information regarding CSS Colors.
pull/23555/head^2
Tom K 2018-11-26 00:22:43 -08:00 committed by Manish Giri
parent 76219db9b3
commit c5639a0105
1 changed files with 2 additions and 0 deletions

View File

@ -107,9 +107,11 @@ Above shows paragraphs styled bright orange and 20% transparent, h2 elements sal
To get custom colors to use in CSS, you might find a color picker helpful. Some text editors have built-in color pickers, like Visual Studio Code. If you search "color picker" on Google or DuckDuckGo, you will get a color picker that you can use. Google Chrome and Firefox also have color picker add-ons that you can install. Adobe Color CC not only helps you pick a color, but will also help you pick out a color scheme for your web page! It's a good idea to check that you have enough contrast between your text and background colors by using a tool like WebAIM's Color Contrast Checker.
#### More Information:
- [MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value)
- [Adobe Color CC](https://color.adobe.com/)
- [ColorPick Eyedropper on Chrome Web Store](https://chrome.google.com/webstore/detail/colorpick-eyedropper/ohcpnigalekghcmgcdcenkpelffpdolg?hl=en)
- [ColorZilla add-on for Firefox](https://addons.mozilla.org/en-US/firefox/addon/colorzilla/)
- [Explore different Hex colors](https://www.colorhexa.com/)
- [WebAIM Color Contrast Checker](https://webaim.org/resources/contrastchecker/)
- [MDN: Further Reading on Colors](https://developer.mozilla.org/en-US/docs/Web/HTML/Applying_color)