yeun / open-color

Color scheme for UI design.
https://yeun.github.io/open-color/
MIT License
5.27k stars 239 forks source link

How get all colors? #126

Closed kobe651jp closed 2 years ago

kobe651jp commented 2 years ago

I'm trying to use all colors with react-color.

Is there a way to get all the colors?

I can get individual color, but not all colors.

The following are working:

import oc from 'open-color';
export default {
  currentItemStrokeColor: oc.violet[9],
};