@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).
37 lines (36 loc) • 774 B
TypeScript
export declare const themeColors: {
magic: string;
juice: string;
ocean: string;
cake: string;
wine: string;
blood: string;
mustard: string;
militar: string;
lapislazuli: string;
matcha: string;
emerald: string;
coral: string;
love: string;
clay: string;
chocolate: string;
elegant: string;
silver: string;
sidra: string;
};
export declare const unusedColors: {
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;
};