# colorspal

> Provides a wide variety of colors with 9 shades of each to help you writing frontend code easily.

Latest version **1.2.20** (published 2020-10-18) · ISC license · 0 weekly downloads

## Install

```sh
npm install colorspal
pnpm add colorspal
yarn add colorspal
bun add colorspal
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.2.20 |
| Published | 2020-10-18 |
| First published | 2020-10-11 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 215.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Shoaib Khan |
| Maintainers | devsbuddy |
| Keywords | colors, bootstrap, colors, colors, pallate, color, pallate, bootstrap, color, pallate, bootstrap, colors, pallate, colors pallete, colors pallate, pallete, color, bootstrap color, colorPicker, color picker, ColorsPicker, ColorPicker |

## Links

- npm: https://www.npmjs.com/package/colorspal
- Repository: https://github.com/devs-buddy/colorspal
- Homepage: https://www.devsbuddy.com/libs/colorspal/
- Issues: https://github.com/devs-buddy/colorspal/issues
- npm.io page: https://npm.io/package/colorspal

## Alternatives

- [postcss-color-hex-alpha](https://npm.io/package/postcss-color-hex-alpha.md) — 6.4M weekly downloads
- [randomcolor](https://npm.io/package/randomcolor.md) — 348.0K weekly downloads
- [bows](https://npm.io/package/bows.md) — 1.3K weekly downloads
- [ep_prefer_color_scheme](https://npm.io/package/ep_prefer_color_scheme.md) — 260 weekly downloads
- [coc-yank](https://npm.io/package/coc-yank.md) — 61 weekly downloads

## Recent versions

- 1.2.20 (latest) — 2020-10-18
- 1.2.15 — 2020-10-17
- 1.2.0 — 2020-10-17
- 1.1.30 — 2020-10-17
- 1.1.23 — 2020-10-17
- 1.1.21 — 2020-10-17
- 1.1.20 — 2020-10-17
- 1.1.0 — 2020-10-16
- 1.0.235 — 2020-10-16
- 1.0.21 — 2020-10-11
- 1.0.2 — 2020-10-11
- 1.0.1 — 2020-10-11
- 1.0.0 — 2020-10-11

## README

<p align="center">
  <a href="https://devsbuddy.com/libs/colorspal">
    <img src="https://www.devsbuddy.com/assets/libs/logos/ColorsPal.png" alt="Devsbuddy logo" width="150" height="150">
  </a>
</p>

<h1 align="center"><strong>ColorsPal</strong></h1>
<p align="center">
<small>A library by <a href="https://devsbuddy.com">DevsBuddy</a></small>
</p>
<hr>
<p align="center">
  Provides a wide variety of colors with 9 shades of each to help you writing frontend code easily.
  <br>
  <br>
  <strong><a href="https://devsbuddy.com/libs/colorspal">Explore ColorsPal docs »</a></strong>
<br>
  <br>
</p>

# ColorsPal 1.2
## Quick start
Several quick start options are available:

- [Download the latest release](https://github.com/devs-buddy/colorspal/archive/v1.2.20.zip)
- Install with [npm](https://www.npmjs.com/): `npm i colorspal`

## What's included

Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations also source files to modify and include in your own custom project files. You'll see something like this:

```text
colorspal/
├── dist/
│   ├── colorspal.css
│   ├── colorspal.css.map
│   ├── colorspal.min.css
│   ├── colorspal.min.css.map
└── scss/
    │   ├── components/
    │   │   ├── _background-colors.scss
    │   │   ├── _root.scss
    │   │   ├── _text-colors.scss
    │   ├── inc/
    │   │   ├── _functions.scss
    │   │   ├── _variables.scss
    └── colorspal.scss
```

We provide compiled CSS (`colorspal.css`), as well as compiled and minified CSS (`colorspal.min.css`).

## Documentation

**Installation**
```bash
npm i colorspal
```

Then in your `style.scss` file
```scss
@import "../node_modules/colorspal/scss/colorspal";
```

Alternatively you can use our CDN
```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/colorspal@1.2.20/dist/colorspal.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/colorspal@1.2.20/dist/colorspal.min.css">
```

**More Details:**<br>

Please follow our official documentation for more depth information and example codes. <br>
<strong><a href="https://devsbuddy.com/libs/colorspal">ColorsPal docs »</a></strong>

## Copyright and license

Code and documentation copyright 2020 the [DevsBuddy](https://devsbuddy.com). Code released under the MIT License. Docs released under [Creative Commons](https://creativecommons.org/licenses/by/3.0/).

---
_Source: https://npm.io/package/colorspal · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
