# basscss-colors

> Color styles module for Basscss

Latest version **2.2.0** (published 2016-02-29) · MIT license · 0 weekly downloads

## Install

```sh
npm install basscss-colors
pnpm add basscss-colors
yarn add basscss-colors
bun add basscss-colors
```

## 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 | 2.2.0 |
| Published | 2016-02-29 |
| First published | 2014-12-11 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 157 |
| Author | Brent Jackson |
| Maintainers | jxnblk |
| Keywords | css, oocss, basscss, fcss, functional-css, atomic |

## Links

- npm: https://www.npmjs.com/package/basscss-colors
- Repository: https://github.com/basscss/addons
- Issues: https://github.com/basscss/addons/issues
- npm.io page: https://npm.io/package/basscss-colors

## Dependencies (1)

- [colors.css](https://npm.io/package/colors.css.md) ^3.0.0

## Alternatives

- [style-dictionary](https://npm.io/package/style-dictionary.md) — 2.0M weekly downloads
- [postcss-merge-idents](https://npm.io/package/postcss-merge-idents.md) — 1.7M weekly downloads
- [@fontsource/noto-sans](https://npm.io/package/@fontsource/noto-sans.md) — 93.0K weekly downloads
- [uglifycss](https://npm.io/package/uglifycss.md) — 71.6K weekly downloads
- [mat4-interpolate](https://npm.io/package/mat4-interpolate.md) — 23.3K weekly downloads

## Recent versions

- 2.2.0 (latest) — 2016-02-29
- 2.0.0-beta.1 (beta) — 2015-05-24
- 2.1.0 — 2016-02-13
- 2.0.2 — 2016-02-06
- 2.0.1 — 2016-02-01
- 2.0.0 — 2015-06-26
- 2.0.0-beta.0 — 2015-05-22
- 1.0.10 — 2015-05-09
- 1.0.9 — 2015-04-11
- 1.0.8 — 2015-04-11
- 1.0.7 — 2015-04-09
- 1.0.6 — 2015-03-19
- 1.0.5 — 2015-02-23
- 1.0.4 — 2015-02-23
- 1.0.3 — 2015-02-22
- … 5 more at https://npm.io/package/basscss-colors/versions

## README

Use this suite of color utilities to directly style elements.
The color values used in this module are from [mrmrs/colors](http://clrs.cc/).

## Colors

```html
<h3 class="center">
  <span class="black">.black</span>
  <span class="gray">.gray</span>
  <span class="silver">.silver</span>
  <span class="white">.white</span>
  <span class="aqua">.aqua</span>
  <span class="blue">.blue</span>
  <span class="navy">.navy</span>
  <span class="teal">.teal</span>
  <span class="green">.green</span>
  <span class="olive">.olive</span>
  <span class="lime">.lime</span>
  <span class="yellow">.yellow</span>
  <span class="orange">.orange</span>
  <span class="red">.red</span>
  <span class="fuchsia">.fuchsia</span>
  <span class="purple">.purple</span>
  <span class="maroon">.maroon</span>
  <span class="color-inherit">.color-inherit</span>
</h3>
```

## Opacity
To de-emphasize elements with lower opacity, use the `.muted` utility.

```html
<span class="blue">Normal</span>
<span class="blue muted">Muted</span>
```

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