DeprecatedThis package is deprecated
Understanding the color system and its application in your theme.
Current Color System is based on @Radix-UI Special thanks to @WorkOS Team!
Install
$ npm install @woozdesign/colors
// or
$ yarn add @woozdesign/colors
Usage
import '@woozdesign/colors'; // Import color tokens inside the root file
or
@import '~@woozdesign/colors/colors.scss';