Skip to content

master-co/colors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jun 16, 2024
a295594 · Jun 16, 2024

History

27 Commits
Jun 16, 2024
Feb 27, 2024
Jun 16, 2024
Feb 27, 2024
Feb 27, 2024
Feb 27, 2024
Feb 27, 2024
Feb 27, 2024
Feb 27, 2024
Feb 27, 2024
Feb 27, 2024
Jun 16, 2024
Feb 27, 2024
Feb 27, 2024
Feb 27, 2024
Feb 27, 2024

Repository files navigation


Master

A crafted color system for beautiful user interfaces

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'

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:

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

Contributing

Please see our CONTRIBUTING for workflow.