UNPKG

jebcolors

Version:

npm module that contains colors, gradients and a class used to modify the colors or gradients

31 lines (30 loc) 657 B
export declare const bootstrapMainColors: { primary: string; secondary: string; success: string; info: string; warning: string; danger: string; light: string; dark: string; }; export declare const bootstrapUnusedColors: { indigo: string; purple: string; pink: string; orange: string; teal: string; white: string; black: string; }; export declare const bootstrapGrayColors: { gray100: string; gray200: string; gray300: string; gray400: string; gray500: string; gray600: string; gray700: string; gray800: string; gray900: string; };