1.0.1 • Published 2 years ago

@jhdev96/ozone-colors v1.0.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

Ozone Colors

This package contains color definitions for Ozone.

npm install @jhdev96/ozone

Usage

Colors are grouped into three categories:

  • Grayscale - (A collection of black, gray and white colors)
  • Core - (Used to highlight important UI element)
  • Extended - (Tints and shades for the prior colors)
import Colors from @jhdev96/colors

const blueCore = Colors.core.BLUE;