UNPKG

@multei/tokens

Version:

Style Token Dictionary for Multei! Design System

37 lines (34 loc) 1.88 kB
/** * Do not edit directly * Generated on Sun, 07 Jun 2020 17:29:37 GMT */ const colorBackgroundCode = "#3C493F"; const colorBackgroundDefault = "#623CEA"; const colorBackgroundError = "#A63446"; const colorBackgroundInfo = "#5887FF"; const colorBackgroundMark = "#F4FF52"; const colorBackgroundPaperLight = "#f6f4f3"; const colorBackgroundPaperDark = "#140C2F"; const colorBackgroundSuccess = "#71B340"; const colorBackgroundWarning = "#F49F0A"; const colorBaseBlack = "#0f1108"; const colorBaseBlue = "#5887FF"; const colorBaseGray = "#3C493F"; const colorBaseGreen = "#71B340"; const colorBaseOrange = "#F49F0A"; const colorBasePurpleMedium = "#623CEA"; const colorBasePurpleDark = "#140C2F"; const colorBaseRed = "#A63446"; const colorBaseWhite = "#f6f4f3"; const colorBaseYellow = "#F4FF52"; const colorBrandPrimary = "#623CEA"; const colorBrandSecondary = "#5887FF"; const colorFontError = "#f6f4f3"; const colorFontInfo = "#f6f4f3"; const colorFontMark = "#0f1108"; const colorFontPrimary = "#f6f4f3"; const colorFontSecondary = "#f6f4f3"; const colorFontSuccess = "#0f1108"; const colorFontWarning = "#0f1108"; const fontFamilyBase = "Overpass, \"-apple-system\", BlinkMacSystemFont, \"Segoe UI\", Roboto, Oxygen, Ubuntu, Cantarell, \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", sans-serif"; export { colorBackgroundCode, colorBackgroundDefault, colorBackgroundError, colorBackgroundInfo, colorBackgroundMark, colorBackgroundPaperDark, colorBackgroundPaperLight, colorBackgroundSuccess, colorBackgroundWarning, colorBaseBlack, colorBaseBlue, colorBaseGray, colorBaseGreen, colorBaseOrange, colorBasePurpleDark, colorBasePurpleMedium, colorBaseRed, colorBaseWhite, colorBaseYellow, colorBrandPrimary, colorBrandSecondary, colorFontError, colorFontInfo, colorFontMark, colorFontPrimary, colorFontSecondary, colorFontSuccess, colorFontWarning, fontFamilyBase };