@alphabetiq/colors
v1.1.1
Published
Quick 'n' easy material design colors
Downloads
11
Maintainers
Readme
@alphabetiq/Colors
Easy to use color primitives based on Material Design Color Palette.
Installation
Install with yarn add @alphabetiq/colors
or npm i -s @alphabetiq/colors
Usage
Example in React
import { red, orange, blue } from "@alphabetiq/colors";
const colors = {
primary: red[900],
secondary: red[200],
info: blue[600]
}
GitHub Repo: github.com/alphabetiq/colors