├── README.md └── n000.md /README.md: -------------------------------------------------------------------------------- 1 | # color-tools 2 | A listing of color tools for cartography and design 3 | 4 | _(In no particular order)_ 5 | 6 | LOL Colors - Curated color palette inspiration 7 | http://www.lolcolors.com/ 8 | 9 | Color Hex - ColorHexa.com 10 | http://www.colorhexa.com/ 11 | 12 | HTML Color Mixer 13 | http://www.w3schools.com/colors/colors_mixer.asp 14 | 15 | A Simple Trick For Creating Color Palettes Quickly — Sketch Tricks — Medium 16 | https://medium.com/sketch-tricks/a-simple-trick-for-creating-color-palettes-quickly-8ba0fcbb7023#.cb3sfgamy 17 | 18 | Coolors - The super fast color schemes generator! 19 | https://coolors.co/app/0d0630-18314f-384e77-8bbeb2-e6f9af 20 | 21 | UIPalette.net | UI colors, tools & trends all in one place. 22 | http://www.uipalette.net/?ref=producthunt 23 | 24 | PixelFor.me | Color Ramp Creator 25 | http://www.pixelfor.me/crc/F0001532 26 | 27 | Colorblinding • lab • leocardz.com 28 | http://lab.leocardz.com/colorblinding/ 29 | 30 | ColorPick Eyedropper - Chrome Web Store 31 | https://chrome.google.com/webstore/detail/colorpick-eyedropper/ohcpnigalekghcmgcdcenkpelffpdolg 32 | 33 | chill color picker 34 | http://cathydeng.github.io/chill-color-picker/ 35 | 36 | Flat Colors - Get inspiration! 37 | http://www.calltoidea.com/p-flat.php 38 | 39 | Color Palette Generator 40 | http://www.degraeve.com/color-palette/ 41 | 42 | Color Hunt 43 | http://colorhunt.co/ 44 | 45 | Sequential color scheme generator 46 | http://www.eyetracking.upol.cz/color/ 47 | 48 | Colorpicker for data | tristen 49 | http://tristen.ca/hcl-picker/#/hlc/6/1/21313E/EFEE69 50 | 51 | Color Tool 52 | http://colorusage.arc.nasa.gov/ColorTool.php 53 | 54 | Color wheel | Color schemes - Adobe Color CC 55 | https://color.adobe.com/create/color-wheel/ 56 | 57 | Chroma.js Color Scale Helper 58 | http://gka.github.io/palettes/#colors=#2df,#f07|steps=7|bez=1|coL=1 59 | 60 | Material Colors for Mac (App) 61 | https://github.com/romannurik/MaterialColorsApp 62 | 63 | [Gpick](http://www.gpick.org/) (Desktop application) 64 | 65 | Design Seeds 66 | http://www.design-seeds.com/ 67 | 68 | color lisa 69 | http://colorlisa.com/ 70 | 71 | Material Colors 72 | http://www.materialui.co/colors 73 | 74 | Palletable 75 | http://www.palettable.io/ 76 | 77 | Color Drop 78 | https://colordrop.io/ 79 | 80 | Colicious 81 | http://colicious.ga/ 82 | 83 | vis4.net 84 | https://vis4.net/blog/posts/mastering-multi-hued-color-scales/ 85 | 86 | Extract Hex values from a website: 87 | http://www.colorcombos.com/grabcolors.html 88 | 89 | Nathan Curtis - Color in Design Systems 90 | https://medium.com/eightshapes-llc/color-in-design-systems-a1c80f65fa3#.5roo5owl9 91 | 92 | Contrast checker 93 | http://jxnblk.com/colorable/demos/text/ 94 | 95 | Make websites black and white (chrome/ff extension) 96 | http://www.unclrd.com/ 97 | 98 | sip mac app (mac app) 99 | http://sipapp.io/ 100 | 101 | color snapper (mac app) 102 | http://colorsnapper.com/ 103 | 104 | HTML Color Codes 105 | http://htmlcolorcodes.com/color-picker/ 106 | 107 | Colors: A nicer color palette for the web. 108 | http://clrs.cc & http://clrs.cc/#a11y 109 | 110 | Cool CSS gradients 111 | http://mrmrs.io/gradients/ 112 | 113 | Shade - gradient explorer 114 | http://jxnblk.com/shade/ 115 | 116 | Contrast checker: 117 | https://leaverou.github.io/contrast-ratio/# 118 | 119 | Color oracle: OSX toolbar plugin by Bernhard Jenny and Nathaniel Kelso 120 | http://colororacle.org/ 121 | 122 | I Want Hue 123 | http://tools.medialab.sciences-po.fr/iwanthue/ 124 | 125 | Color Hex - converts between color definitions 126 | http://www.color-hex.com/ 127 | 128 | PhotoChrome - pick colors from Unsplash images 129 | http://photochrome.io/ 130 | -------------------------------------------------------------------------------- /n000.md: -------------------------------------------------------------------------------- 1 | # Against `#000` 2 | 3 | http://typographyhandbook.com/#color 4 | 5 | https://backchannel.com/how-the-web-became-unreadable-a781ddc711b6#.7nvb7lri3 6 | 7 | https://ianstormtaylor.com/design-tip-never-use-black 8 | 9 | http://designforhackers.com/blog/impressionist-color-theory/ 10 | 11 | http://adamschwartz.co/magic-of-css/chapters/4-color/ 12 | --------------------------------------------------------------------------------