2.0.0 • Published 4 years ago

hex-color-set v2.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
4 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

4 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago