zinccolors
v0.0.1
Published
JS/CSS color variables for the monochromatic zinc/gray pallete
Downloads
33
Readme
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