Skip to content

Instantly share code, notes, and snippets.

Created March 6, 2018 11:09
export const theme1 = {
primary: '#ff0198',
secondary: '#01c1d6',
danger: '#eb238e',
light: '#f4f4f4',
dark: '#222'
}
export const theme2 = {
primary: '#6e27c5',
secondary: '#ffb617',
danger: '#f16623',
light: '#f4f4f4',
dark: '#222'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment