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).

10 lines (9 loc) 371 B
/* * Name: Web Colors * Version: n/a * Last Edit: 09/10/2021 * Author: @jebbarbas * Notes: I copied the colors from https://github.com/JebBarbas/jebcolors/blob/main/src/colors/web-variables.ts */ export { black, blue, brown, cyan, green, orange, pink, purple, red, white, yellow } from './variableColors'; export { predefinedColors } from './themeColors';