Skip to content

Instantly share code, notes, and snippets.

@nelsson
Created March 23, 2019 15:15
Show Gist options
  • Select an option

  • Save nelsson/bb23a0936eca26eccf0330261398d028 to your computer and use it in GitHub Desktop.

Select an option

Save nelsson/bb23a0936eca26eccf0330261398d028 to your computer and use it in GitHub Desktop.
export const colors = {
BrandPrimary: '#4af6cd',
BrandSecondary: '#1a2026',
BrandTerciary: '#6d64ce',
Black: '#000000',
White: '#ffffff',
DarkGray1: '#979797',
DarkGray2: '#3d444b',
DarkGray3: '#4a4a4a',
DarkGray4: '#909090',
Error: '#b61010',
Positive: '#469710',
Neutral: '#0f4880',
GrayLight: '#757575'
}
export default {
colors
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment