zinccolors

0.0.1 • Public • Published

zinccolors

JS/CSS color variables for the monochromatic zinc/gray pallete

If you like any of my work, you can support me on: https://barelyhuman.dev/donate

About

pretty sure it's easier to install a package than recreate the color object and css everytime I need these colors

Usage

npm i zinccolors
# or
yarn add zinccolors
import zinc from "zinccolors"

console.log(zinc.900.hex) //=> #18181b
@import url(https://unpkg.com/zinccolors/css/zinc.min.css);

body {
  bg: var(--zinc-900);
  fg: var(--zinc-100);
}

License

MIT © Reaper

Readme

Keywords

none

Package Sidebar

Install

npm i zinccolors

Weekly Downloads

11

Version

0.0.1

License

MIT

Unpacked Size

3.39 kB

Total Files

8

Last publish

Collaborators

  • barelyreaper