jebcolors
Version:
npm module that contains colors, gradients and a class used to modify the colors or gradients
17 lines (16 loc) • 427 B
TypeScript
export declare const grabientMainGradients: {
sweetOrange: string[];
sweetGreen: string[];
sweetBlue: string[];
sweetPink: string[];
strongOrange: string[];
strongGreen: string[];
strongBlue: string[];
strongPink: string[];
strongRed: string[];
strongPurple: string[];
magicOne: string[];
magicTwo: string[];
magicThree: string[];
magicFour: string[];
};