@master/colors
v2.1.0
Published
A crafted color system for beautiful user interfaces
Downloads
803
Readme
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'
The colors
object contains hue colors on a scale of 5~95
:
{
blue: {
5: '#e5f3fe',
10: '#dbf2fe',
...,
},
pink: {
5: '#fef1f9',
10: '#fee9f8',
...,
},
...
}
Community
The Master community can be found here:
- Discuss on GitHub - Ask questions, voice ideas, and do any other discussion
- Join our Discord Server - Casually chat with other people using the language ✓ 中文
Our 《 Code of Conduct 》 applies to all Master community channels.
Contributing
Please see our CONTRIBUTING for workflow.