@partially-applied/material-colors

material colors as lists


Keywords
utils, material-design, tiny, livescript, colors
License
MIT
Install
npm install @partially-applied/material-colors@1.0.3

Documentation

Material Colors

Material colors as object and lists

colors = require ('@partially-applied/material-colors')

colors.red[0] // 100 red

colors.purple[9] //900 purple

colors.blue[10] // A100 blue

color.white //'#000000'

coolor.black // '#FFFFFF'

color-names

  • red
  • pink
  • purple
  • deep-purple
  • indigo
  • blue
  • light-blue
  • cyan
  • teal
  • green
  • light-green
  • lime
  • yellow
  • amber
  • orange
  • deep-orange
  • brown
  • grey
  • blue-grey