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) 162 B
export { black, blue, brown, cyan, green, orange, pink, purple, red, white, yellow } from './variableColors'; export { predefinedColors } from './themeColors';