2.0.0 • Published 5 years ago

hex-color-set v2.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
5 years ago

Hex color set

Basic set of hex colors

Build Status install size


Usage

const test = require("hex-color-set");
console.log(test.red());

// this outputs "#ff0000"

Documentation

Colors

  • red
  • orange
  • yellow
  • green
  • blue
  • purple
  • pink
  • brown
  • black
  • grey
  • white

Dark colors

you can also get dark version of the colors by putting "dark" to it, for example:
const test = require("hex-color-set");
console.log(test.darkRed());

2.0.0

5 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago