ibm-northstar-colors

1.0.1 • Public • Published

IBM Northstar Colors

Minimalist module with IBM's Northstar color palette.

Installation

npm install ibm-northstar-colors -S

Usage

Apply colors individually.

const palette = require('ibm-northstar-colors').colors;
const backgroundColor = palette.blue90;

Apply colors from a grade (core, 10, 20, 30, 40, 50, 60, 70, 80, 90).

const palette = require('ibm-northstar-colors').grade50;
const red = palette.red;
const green = palette.green;
const yellow = palette.yellow;
const blue = palette.blue;

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i ibm-northstar-colors

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

7.75 kB

Total Files

3

Last publish

Collaborators

  • van-ibm