nice-color-palettes

nice colour palettes as JSON

  • 所有者: Experience-Monks/nice-color-palettes
  • 平台:
  • 許可證: MIT License
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

nice-color-palettes

stable

A JSON of the top color palettes on ColourLovers.com, as RGB hex strings.

Last updated Oct 14 2018

colors

Example

var colors = require('nice-color-palettes');

console.log(colors.length);
// => 100

console.log(colors[0]);
// => [ "#69d2e7", "#a7dbd8", "#e0e4cc", "#f38630", "#fa6900" ]

Install

Install with npm as a local dependency (for API) or global (for CLI).

npm install nice-color-palettes [-g, --save]

API Usage

The main entry point exports a nested JSON array with 100 color palettes. Each palette is an array of 5 RGB hex strings.

This also exposes two other sizes for convenience, 200 and 500:

// top 100 palettes
require('nice-color-palettes');

// top 200 palettes
require('nice-color-palettes/200');

// top 500 palettes
require('nice-color-palettes/500');

// top 1000 palettes
require('nice-color-palettes/1000');

Note: Duplicate palettes and palettes with less than 5 colors are filtered out for the sake of consistency, so you may end up with a slightly different number in the JSON, like 495 palettes instead of 500.

CLI Usage

This also includes a CLI for fetching palettes, writing the JSON to stdout.

nice-color-palettes [count] [opts]

Options:
  count       number of palettes (default 100)
  --pretty    pretty-print the JSON

Examples:
  nice-color-palettes 300 --pretty > top-300.json
  nice-color-palettes > top-100.json

License

MIT, see LICENSE.md for details.

主要指標

概覽
名稱與所有者Experience-Monks/nice-color-palettes
主編程語言JavaScript
編程語言JavaScript (語言數: 1)
平台
許可證MIT License
所有者活动
創建於2016-06-14 21:26:49
推送於2024-10-01 12:59:37
最后一次提交2024-10-01 08:59:37
發布數3
最新版本名稱v3.0.0 (發布於 2018-10-14 18:43:53)
第一版名稱v1.0.1 (發布於 2016-06-14 17:29:17)
用户参与
星數0.9k
關注者數37
派生數79
提交數13
已啟用問題?
問題數5
打開的問題數3
拉請求數2
打開的拉請求數0
關閉的拉請求數0
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?