1.0.1 • Published 4 years ago
@jhdev96/ozone-colors v1.0.1
Ozone Colors
This package contains color definitions for Ozone.
npm install @jhdev96/ozoneUsage
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;