material-color

Simple JSON object of material-ui colors do with as you wish

Usage no npm install needed!

<script type="module">
  import materialColor from 'https://cdn.skypack.dev/material-color';
</script>

README

material-color

About

This is an fork of isuru88/random-material-color project that simply exports the Google Material UI color palette.

I'm using this to manipulate Material-UI colors dynamically in a React/Redux project.

Usage

Install

$ npm install material-color --save

Example


var mc = require('material-color');