nice-color-palettes

WebJar for nice-color-palettes

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

nice-color-palettes
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

nice-color-palettes
WebJar for nice-color-palettes
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/Jam3/nice-color-palettes

Download nice-color-palettes

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/nice-color-palettes/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>nice-color-palettes</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/nice-color-palettes/
implementation 'org.webjars.npm:nice-color-palettes:1.0.1'
// https://jarcasting.com/artifacts/org.webjars.npm/nice-color-palettes/
implementation ("org.webjars.npm:nice-color-palettes:1.0.1")
'org.webjars.npm:nice-color-palettes:jar:1.0.1'
<dependency org="org.webjars.npm" name="nice-color-palettes" rev="1.0.1">
  <artifact name="nice-color-palettes" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='nice-color-palettes', version='1.0.1')
)
libraryDependencies += "org.webjars.npm" % "nice-color-palettes" % "1.0.1"
[org.webjars.npm/nice-color-palettes "1.0.1"]

Dependencies

compile (4)

Group / Artifact Type Version
org.webjars.npm : map-limit jar [0.0.1]
org.webjars.npm : minimist jar [1.2.0,2)
org.webjars.npm : new-array jar [1.0.0,2)
org.webjars.npm : xhr-request jar [1.0.1,2)

Project Modules

There are no modules declared in this project.

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.

org.webjars.npm

Jam3

We create modern experiences for tomorrow’s brands

Versions

Version
1.0.1