JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 144
  • Score
    100M100P100Q78224F
  • License MIT

A precision-crafted P3 color system designed for modern UIs

Package Exports

  • @master/colors
  • @master/colors/hex
  • @master/colors/hsl
  • @master/colors/rgb

Readme


Master

A precision-crafted P3 color system designed for modern UIs

NPM Version NPM package ( download / month ) JSDelivr hits (npm scoped) Discord online Follow @mastercorg Github release actions


Master Colors

Documentation

Visit Colors - Master CSS to view all colors.

Getting Started

Install the Master Colors via package managers:

npm install @master/colors

Import the colors:

import colors from '@master/colors' // oklch
import colors from '@master/colors/hsl'
import colors from '@master/colors/hex'
import colors from '@master/colors/rgb'

The colors object contains hue colors on a scale of 0, 5, ..., 100.

Community

The Master community can be found here:

Our 《 Code of Conduct 》 applies to all Master community channels.

Contributing

Please see our CONTRIBUTING for workflow.