@emcsistemas/native-ui
Version:
Biblioteca de componentes react native
67 lines • 1.28 kB
JavaScript
const EMCColors = {
white: '#ffffff',
black: '#000000',
whatsapp: '#128c6e',
cursor: '#323238',
button: '#0d426b',
light: {
50: '#fafaf9',
100: '#f2f2f7',
300: '#d6d3d1',
200: '#e7e5e4',
400: '#a8a29e',
},
blue: {
200: '#00b5f3',
300: '#0284c7',
400: '#0d426b',
},
info: {
700: '#005dc7',
},
gray: {
50: '#fafafa',
200: '#e4e4e7',
300: '#d4d4d8',
400: '#a1a1aa',
500: '#71717a',
600: '#52525b',
700: '#3f3f46',
800: '#27272a',
900: '#18181b',
},
blueGray: {
200: '#e2e8f0',
400: '#94a3b8',
600: '#475569',
},
success: {
500: '#22c55e',
700: '#15803d',
},
warning: {
400: '#fb923c',
500: '#f97316',
600: '#ea580c',
},
red: {
400: '#e45858',
500: '#ef4444',
600: '#dc2626',
},
danger: {
500: '#f43f5e',
600: '#e11d48',
},
amber: {
300: '#fcd34d',
400: '#fbbf24',
600: '#d97706',
},
muted: {
200: '#e5e5e5',
300: '#d4d4d4',
}
};
export default EMCColors;
//# sourceMappingURL=Colors.js.map