UNPKG

@txdfe/at-colors

Version:

Color palettes generator of AT

30 lines (21 loc) 483 B
<h1 align="center">AT Colors</h1> <div align="center"> Color palettes generator of AT </div> ![](https://img.alicdn.com/tfs/TB13kh3IeT2gK0jSZFvXXXnFXXa-1472-1744.png) ## Install ```bash $ npm install @txdfe/at-colors // or $ yarn add @txdfe/at-colors ``` ## Usage ```bash $ npm install@txdfe/at-colors --save ``` ```js const { generate } = require('./src/index.js'); // Generate color palettes by a given color const colors = generate('#56c3c2'); console.log(colors); ```