Skip to content

Instantly share code, notes, and snippets.

@shortcircuit3
Created September 25, 2017 19:19
Show Gist options
  • Save shortcircuit3/e7cd48b6fc1131880976cf9be69de454 to your computer and use it in GitHub Desktop.
Save shortcircuit3/e7cd48b6fc1131880976cf9be69de454 to your computer and use it in GitHub Desktop.
How to name colors in a pattern library
// Bad
whitePaleColor()
whiteEightColor()
buttonBorderColor()
coolGrayColor()
greyishBrown2Color()
slateGrayColor()
paleGrayColor()
paleGrey2Color()
whiteAlmostOpaque()
// Good
white100
white50
white20
blue100
blue50
blue20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment