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

36 lines (35 loc) 912 B
// JebColors colors export var misc = { 'purple': "#ae42bd", 'orange': "#fd9800", 'aqua': "#00cca3", 'pink': "#ffb4bf", 'darkPurple': "#800040", 'darkRed': "#cc0000", 'darkYellow': "#d69d30", 'lightKhaki': "#f0e68c", 'blue': "#002fa7", 'lightGreen': "#78d64b", 'green': "#44883e", 'paleRed': "#ff6f61", 'mexicanPink': "#e5097f", 'tan': "#e8c39e", 'brown': "#8b4513", 'black': "#000000", 'lightGray': "#e9ecef", 'cherry': "#990033", 'midnightGreen': "#4e5851", 'silver2': "#ebebe3", 'spaceGrey': "#535150", 'roseGold': "#fad7bd", 'lightPurple': "#d1cdda", 'lightYellow': "#ffe681", 'lightGreen2': "#aee1cd", 'black2': "#1f2020", 'white': "#f9f6ef", 'red': "#ba0c2e", 'blue2': "#5eb0e5", 'yellow': "#f3d060", 'coral2': "#ee7762", 'gold': "#f5ddc5" };