# spencer-color

> spencer likes these colors

Latest version **0.2.0** (published 2021-11-24) · MIT license · 0 weekly downloads

## Install

```sh
npm install spencer-color
pnpm add spencer-color
yarn add spencer-color
bun add spencer-color
```

## Health

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

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.2.0 |
| Published | 2021-11-24 |
| First published | 2018-11-28 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 28.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | spencermountain@gmail.com |
| Maintainers | spencermountain |

## Links

- npm: https://www.npmjs.com/package/spencer-color
- Repository: https://github.com/spencermountain/spencer-color
- Homepage: https://spencermounta.in/spencer-color/
- Issues: https://github.com/spencermountain/spencer-color/issues
- npm.io page: https://npm.io/package/spencer-color

## Recent versions

- 0.2.0 (latest) — 2021-11-24
- 0.1.0 — 2019-01-08
- 0.0.5 — 2018-12-25
- 0.0.4 — 2018-12-06
- 0.0.3 — 2018-12-06
- 0.0.2 — 2018-12-06
- 0.0.1 — 2018-11-28

## README

<div align="center">
  <div>some colors i like to use</div>
  <a href="https://npmjs.org/package/spencer-color">
    <img src="https://img.shields.io/npm/v/spencer-color.svg?style=flat-square" />
  </a>
  <a href="https://unpkg.com/spencer-color">
    <img src="https://badge-size.herokuapp.com/spencermountain/spencer-color/gh-pages/builds/spencer-color.js" />
  </a>
</div>

`npm i spencer-color`

![image](https://user-images.githubusercontent.com/399657/50425342-2bf74580-0842-11e9-8b37-ad4d1a7326f1.png)

```js
import {colors, combos} from 'spencer-color'
console.log(colors.red)
// '#cc7066'
console.log(combos.dupont)
// [ "#6accb2", "#705E5C", "#cc8a66", "#cc7066", "#7f9c6c", "#6699cc" ]
```

yeah, instead of these default html colors:


![image](https://user-images.githubusercontent.com/399657/49593436-8e46df80-f941-11e8-9522-4a4a17d52e53.png)


client-side:
```html
<script src="https://unpkg.com/spencer-color"></script>
<script>
  let red= spencerColor.colors.red
  // '#cc7066'
</script>
```

#### See also:
* [spencer-css](https://github.com/spencermountain/spencer-css)
* [somehow](https://github.com/spencermountain/somehow) - svg drawing

**MIT**

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