@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).
35 lines (34 loc) • 741 B
TypeScript
export declare const misc: {
purple: string;
orange: string;
aqua: string;
pink: string;
darkPurple: string;
darkRed: string;
darkYellow: string;
lightKhaki: string;
blue: string;
lightGreen: string;
green: string;
paleRed: string;
mexicanPink: string;
tan: string;
brown: string;
black: string;
lightGray: string;
cherry: string;
midnightGreen: string;
silver2: string;
spaceGrey: string;
roseGold: string;
lightPurple: string;
lightYellow: string;
lightGreen2: string;
black2: string;
white: string;
red: string;
blue2: string;
yellow: string;
coral2: string;
gold: string;
};