1.1.1 • Published 2 years ago

@keen.io/colors v1.1.1

Weekly downloads
207
License
MIT
Repository
github
Last release
2 years ago

@keen.io/colors

Known Vulnerabilities

Basic color palette used in keen.io projects.

Installing

For Front-End applications use standard npm or yarn package manager.

yarn install @keen.io/colors

Examples

import { colors } from '@keen.io/colors';

const blue = colors.blue['500'];