@alphabetiq/colors

Quick 'n' easy material design colors

Usage no npm install needed!

<script type="module">
  import alphabetiqColors from 'https://cdn.skypack.dev/@alphabetiq/colors';
</script>

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