0.0.1 • Published 4 years ago

zinccolors v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

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

npm.io

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