# @arnog/colors

> Color utilities and calculations for the UI library

Latest version **0.7.1** (published 2026-09-14) · MIT license · 0 weekly downloads

## Install

```sh
npm install @arnog/colors
pnpm add @arnog/colors
yarn add @arnog/colors
bun add @arnog/colors
```

## Health

**Score 65/100 (B)** — status: active.

Positive: has types; esm support; no vulnerabilities; recently updated; high maintenance score.

Warnings: low downloads; pre 1.0.

## Facts

| | |
|---|---|
| Version | 0.7.1 |
| Published | 2026-09-14 |
| First published | 2026-02-18 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 482.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | arnog |

## Links

- npm: https://www.npmjs.com/package/@arnog/colors
- Repository: https://github.com/arnog/colors
- Homepage: https://github.com/arnog/colors#readme
- Issues: https://github.com/arnog/colors/issues
- npm.io page: https://npm.io/package/@arnog/colors

## Recent versions

- 0.7.1 (latest) — 2026-09-14
- 0.7.0 — 2026-08-29
- 0.5.0 — 2026-05-10
- 0.4.1 — 2026-05-10
- 0.4.0 — 2026-03-07
- 0.3.0 — 2026-02-21
- 0.2.1 — 2026-02-18
- 0.2.0 — 2026-02-18
- 0.1.0 — 2026-02-18

## README

# Colors Package

This module is published on npm as `@arnog/colors`.

## Publishing a new version

1. Build + sanity check

`npm run build --workspace=@arnog/colors`
`npm pack --workspace=@arnog/colors --dry-run`

To do a visual check:

`npm run dev --workspace=storybook-web`

or

```
  cd ~/dev/ui/packages/tokens
  npm run validate
  node scripts/generate-validator-html.js   # writes packages/tokens/token-validator.html
```

2. Bump version (patch|minor|major)

`npm version patch --workspace=@arnog/colors`

3. Publish to npm

`npm login`

`npm publish --workspace=@arnog/colors --access public`

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