How to use the material-colors.blue function in material-colors

To help you get started, we’ve selected a few material-colors examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github casesandberg / react-color / src / components / swatches / Swatches.js View on Github external
height: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
  colors: PropTypes.arrayOf(PropTypes.arrayOf(PropTypes.string)),
  styles: PropTypes.object,
}

/* eslint-disable max-len */
Swatches.defaultProps = {
  width: 320,
  height: 240,
  colors: [
    [material.red['900'], material.red['700'], material.red['500'], material.red['300'], material.red['100']],
    [material.pink['900'], material.pink['700'], material.pink['500'], material.pink['300'], material.pink['100']],
    [material.purple['900'], material.purple['700'], material.purple['500'], material.purple['300'], material.purple['100']],
    [material.deepPurple['900'], material.deepPurple['700'], material.deepPurple['500'], material.deepPurple['300'], material.deepPurple['100']],
    [material.indigo['900'], material.indigo['700'], material.indigo['500'], material.indigo['300'], material.indigo['100']],
    [material.blue['900'], material.blue['700'], material.blue['500'], material.blue['300'], material.blue['100']],
    [material.lightBlue['900'], material.lightBlue['700'], material.lightBlue['500'], material.lightBlue['300'], material.lightBlue['100']],
    [material.cyan['900'], material.cyan['700'], material.cyan['500'], material.cyan['300'], material.cyan['100']],
    [material.teal['900'], material.teal['700'], material.teal['500'], material.teal['300'], material.teal['100']],
    ['#194D33', material.green['700'], material.green['500'], material.green['300'], material.green['100']],
    [material.lightGreen['900'], material.lightGreen['700'], material.lightGreen['500'], material.lightGreen['300'], material.lightGreen['100']],
    [material.lime['900'], material.lime['700'], material.lime['500'], material.lime['300'], material.lime['100']],
    [material.yellow['900'], material.yellow['700'], material.yellow['500'], material.yellow['300'], material.yellow['100']],
    [material.amber['900'], material.amber['700'], material.amber['500'], material.amber['300'], material.amber['100']],
    [material.orange['900'], material.orange['700'], material.orange['500'], material.orange['300'], material.orange['100']],
    [material.deepOrange['900'], material.deepOrange['700'], material.deepOrange['500'], material.deepOrange['300'], material.deepOrange['100']],
    [material.brown['900'], material.brown['700'], material.brown['500'], material.brown['300'], material.brown['100']],
    [material.blueGrey['900'], material.blueGrey['700'], material.blueGrey['500'], material.blueGrey['300'], material.blueGrey['100']],
    ['#000000', '#525252', '#969696', '#D9D9D9', '#FFFFFF'],
  ],
  styles: {},
}
github Azure / ibex-dashboard / client / src / components / colors / index.ts View on Github external
import * as colors from 'material-colors';

var ThemeColors = [ 
  colors.pink[800], 
  colors.purple[800], 
  colors.cyan[800], 
  colors.red[800], 
  colors.blue[800], 
  colors.lightBlue[800], 
  colors.deepPurple[800],
  colors.lime[800],
  colors.teal[800] 
];

var ThemeColors2 = ThemeColors.slice().reverse();

const DangerColor = colors.red[500];
const PersonColor = colors.teal[700];
const IntentsColor = colors.teal.a700;
const GoodColor = colors.lightBlue[700];
const BadColor = colors.red[700];
const PositiveColor = colors.lightBlue[700];
const NeutralColor = colors.grey[500];
github samtecspg / articulate / new-ui / internals / webpack / webpack.base.babel.js View on Github external
},
      {
        "keywordName": "sys.duckling_email",
        "uiColor": material.purple['500'],
      },
      {
        "keywordName": "sys.duckling_number",
        "uiColor": material.deepPurple['500'],
      },
      {
        "keywordName": "sys.duckling_ordinal",
        "uiColor": material.indigo['500'],
      },
      {
        "keywordName": "sys.duckling_phone-number",
        "uiColor": material.blue['500'],
      },
      {
        "keywordName": "sys.duckling_quantity",
        "uiColor": material.lightBlue['500'],
      },
      {
        "keywordName": "sys.duckling_temperature",
        "uiColor": material.cyan['500'],
      },
      {
        "keywordName": "sys.duckling_time",
        "uiColor": material.teal['500'],
      },
      {
        "keywordName": "sys.duckling_url",
        "uiColor": material.green['500'],
github samtecspg / articulate / ui / internals / webpack / webpack.base.babel.js View on Github external
},
      {
        keywordName: 'sys.duckling_email',
        uiColor: material.purple['500'],
      },
      {
        keywordName: 'sys.duckling_number',
        uiColor: material.deepPurple['500'],
      },
      {
        keywordName: 'sys.duckling_ordinal',
        uiColor: material.indigo['500'],
      },
      {
        keywordName: 'sys.duckling_phone-number',
        uiColor: material.blue['500'],
      },
      {
        keywordName: 'sys.duckling_quantity',
        uiColor: material.lightBlue['500'],
      },
      {
        keywordName: 'sys.duckling_temperature',
        uiColor: material.cyan['500'],
      },
      {
        keywordName: 'sys.duckling_time',
        uiColor: material.teal['500'],
      },
      {
        keywordName: 'sys.duckling_url',
        uiColor: material.green['500'],
github samtecspg / articulate / ui / internals / webpack / webpack.base.babel.js View on Github external
},
      {
        "entityName": "sys.spacy_org",
        "uiColor": material.purple['500']
      },
      {
        "entityName": "sys.spacy_gpe",
        "uiColor": material.deepPurple['500']
      },
      {
        "entityName": "sys.spacy_loc",
        "uiColor": material.indigo['500']
      },
      {
        "entityName": "sys.spacy_product",
        "uiColor": material.blue['500']
      },
      {
        "entityName": "sys.spacy_event",
        "uiColor": material.lightBlue['500']
      },
      {
        "entityName": "sys.spacy_work_of_art",
        "uiColor": material.cyan['500']
      },
      {
        "entityName": "sys.spacy_law",
        "uiColor": material.teal['500']
      },
      {
        "entityName": "sys.spacy_language",
        "uiColor": material.green['500']
github samtecspg / articulate / new-ui / internals / webpack / webpack.base.babel.js View on Github external
},
      {
        "keywordName": "sys.spacy_org",
        "uiColor": material.purple['500'],
      },
      {
        "keywordName": "sys.spacy_gpe",
        "uiColor": material.deepPurple['500'],
      },
      {
        "keywordName": "sys.spacy_loc",
        "uiColor": material.indigo['500'],
      },
      {
        "keywordName": "sys.spacy_product",
        "uiColor": material.blue['500'],
      },
      {
        "keywordName": "sys.spacy_event",
        "uiColor": material.lightBlue['500'],
      },
      {
        "keywordName": "sys.spacy_work_of_art",
        "uiColor": material.cyan['500'],
      },
      {
        "keywordName": "sys.spacy_law",
        "uiColor": material.teal['500'],
      },
      {
        "keywordName": "sys.spacy_language",
        "uiColor": material.green['500'],
github samtecspg / articulate / ui / internals / webpack / webpack.base.babel.js View on Github external
},
      {
        "entityName": "sys.duckling_email",
        "uiColor": material.purple['500']
      },
      {
        "entityName": "sys.duckling_number",
        "uiColor": material.deepPurple['500']
      },
      {
        "entityName": "sys.duckling_ordinal",
        "uiColor": material.indigo['500']
      },
      {
        "entityName": "sys.duckling_phone-number",
        "uiColor": material.blue['500']
      },
      {
        "entityName": "sys.duckling_quantity",
        "uiColor": material.lightBlue['500']
      },
      {
        "entityName": "sys.duckling_temperature",
        "uiColor": material.cyan['500']
      },
      {
        "entityName": "sys.duckling_time",
        "uiColor": material.teal['500']
      },
      {
        "entityName": "sys.duckling_url",
        "uiColor": material.green['500']
github samtecspg / articulate / ui / internals / webpack / webpack.base.babel.js View on Github external
},
      {
        keywordName: 'sys.spacy_org',
        uiColor: material.purple['500'],
      },
      {
        keywordName: 'sys.spacy_gpe',
        uiColor: material.deepPurple['500'],
      },
      {
        keywordName: 'sys.spacy_loc',
        uiColor: material.indigo['500'],
      },
      {
        keywordName: 'sys.spacy_product',
        uiColor: material.blue['500'],
      },
      {
        keywordName: 'sys.spacy_event',
        uiColor: material.lightBlue['500'],
      },
      {
        keywordName: 'sys.spacy_work_of_art',
        uiColor: material.cyan['500'],
      },
      {
        keywordName: 'sys.spacy_law',
        uiColor: material.teal['500'],
      },
      {
        keywordName: 'sys.spacy_language',
        uiColor: material.green['500'],