@thenewcss/colors-extended
v1.0.1
Published
Extended color palettes for the-new-css
Downloads
23
Maintainers
Readme
@thenewcss/colors-extended
Extended color palettes for the-new-css.
Provides 13 additional color palettes: indigo, violet, slate, emerald, cyan, rose, amber, lime, fuchsia, sky, stone, zinc, and neutral. Each palette includes 11 shades (50-950) using the oklch() color space.
Install
npm i @thenewcss/colors-extendedUsage
Add after the core the-new-css stylesheet:
<link rel="stylesheet" href="node_modules/@thenewcss/colors-extended/dist/index.min.css">Or import in your CSS:
@import "@thenewcss/colors-extended";