@partially-applied/material-colors

1.0.4 • Public • Published

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

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @partially-applied/material-colors

      Weekly Downloads

      1

      Version

      1.0.4

      License

      MIT

      Last publish

      Collaborators

      • partially-applied