/** * The Contactlab color palette. */ export declare const accent = "#1890ff"; export declare const accent100 = "#e6f7ff"; export declare const accent200 = "#bae7ff"; export declare const accent300 = "#91d5ff"; export declare const accent400 = "#69c0ff"; export declare const accent500 = "#40a9ff"; export declare const accent600 = "#1890ff"; export declare const accent700 = "#096dd9"; export declare const accent800 = "#0050b3"; export declare const accent900 = "#003a8c"; export declare const base = "#141414"; export declare const base100 = "#fafafa"; export declare const base200 = "#f5f5f5"; export declare const base300 = "#f0f0f0"; export declare const base400 = "#d9d9d9"; export declare const base500 = "#bfbfbf"; export declare const base600 = "#8c8c8c"; export declare const base700 = "#595959"; export declare const base800 = "#434343"; export declare const base900 = "#141414"; export declare const info = "#1890ff"; export declare const success = "#52c41a"; export declare const warning = "#faad14"; export declare const error = "#f5222d"; export declare const white = "#fff"; export declare const black = "#000"; export declare const fluoBase300 = "#e9e8ff"; export declare const fluoBase600 = "#b4afff"; export declare const fluoBase900 = "#7168ff"; export declare const fluoAccent300 = "#e1f9ef"; export declare const fluoAccent600 = "#9bebd0"; export declare const fluoAccent900 = "#00c9bd";