@txdfe/at-colors
Version:
Color palettes generator of AT
30 lines (21 loc) • 483 B
Markdown
<h1 align="center">AT Colors</h1>
<div align="center">
Color palettes generator of AT
</div>

## 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);
```