Skip to content

Instantly share code, notes, and snippets.

@LucasMallmann
Created November 6, 2019 00:52
Show Gist options
  • Save LucasMallmann/36f69e2c0638356730b6171aea5ddc56 to your computer and use it in GitHub Desktop.
Save LucasMallmann/36f69e2c0638356730b6171aea5ddc56 to your computer and use it in GitHub Desktop.
export const colors = {
white: '#FFF',
lighter: '#EEE',
light: '#DDD',
regular: '#999',
dark: '#666',
darker: '#333',
black: '#000',
primary: '#EA1D2C',
secondary: '#444A5A',
success: '#9DCA83',
danger: '#E37A7A',
transparent: 'transparent',
darkTransparent: 'rgba(0, 0, 0, 0.6)',
whiteTransparent: 'rgba(255, 255, 255, 0.3)',
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment