class101-ui
Version:
A React-based UI Component Library, powered by Class101.
48 lines (47 loc) • 2.02 kB
TypeScript
export declare const white = "#FFF";
export declare const black = "#000";
export declare const gray000 = "#f8f8f9";
export declare const gray50 = "#f8f8f9";
export declare const gray100 = "#edeff0";
export declare const gray200 = "#dde0e2";
export declare const gray300 = "#cdd1d4";
export declare const gray400 = "#bdc2c6";
export declare const gray500 = "#a8aeb3";
export declare const gray600 = "#858a8d";
export declare const gray700 = "#616568";
export declare const gray800 = "#3e4042";
export declare const gray900 = "#1b1c1d";
export declare const red000 = "#fff0f0";
export declare const red50 = "#fff0f0";
export declare const red100 = "#ffd9d9";
export declare const red200 = "#ffc9c9";
export declare const red300 = "#f7abb0";
export declare const red400 = "#f28896";
export declare const red500 = "#ed6b85";
export declare const red600 = "#e52c60";
export declare const red700 = "#e0004d";
export declare const red800 = "#c20042";
export declare const red900 = "#a40038";
export declare const redError = "#ff5252";
export declare const orange000 = "#fff9f2";
export declare const orange50 = "#fff9f2";
export declare const orange100 = "#ffe8cc";
export declare const orange200 = "#ffd8a8";
export declare const orange300 = "#ffc078";
export declare const orange400 = "#ffa94d";
export declare const orange500 = "#ff922b";
export declare const orange600 = "#fd7e14";
export declare const orange700 = "#f76707";
export declare const orange800 = "#e8590c";
export declare const orange900 = "#d9480f";
export declare const blue000 = "#e8fbfc";
export declare const blue100 = "#d0eff5";
export declare const blue200 = "#b0dfeb";
export declare const blue300 = "#96cee0";
export declare const blue400 = "#7abdd3";
export declare const blue500 = "#5faec9";
export declare const blue600 = "#459fbf";
export declare const blue700 = "#2a8fb4";
export declare const blue800 = "#1080aa";
export declare const blue900 = "#0e7196";
export declare const green500 = "#00b79d";