From c5639a010553d3d758fa39aa8861509724b1c998 Mon Sep 17 00:00:00 2001 From: Tom K Date: Mon, 26 Nov 2018 00:22:43 -0800 Subject: [PATCH] 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. --- guide/english/css/colors/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guide/english/css/colors/index.md b/guide/english/css/colors/index.md index dc13cd4fb8..4b0ceff742 100644 --- a/guide/english/css/colors/index.md +++ b/guide/english/css/colors/index.md @@ -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)