UNPKG

@jeact/colors

Version:

A module that stores colors. Including Bootstrap and MaterialUI colors. (This module is inspired in jebbarbas's `jebcolors` module, but this module only stores colors).

3 lines (2 loc) 195 B
export { black, white, blue, cyan, gray, green, indigo, orange, pink, purple, red, teal, yellow } from './variableColors'; export { themeColors, unusedColors, shade500, } from './themeColors';