Skip to content

Instantly share code, notes, and snippets.

@krig
Created June 25, 2014 20:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save krig/5088ea9b9430ae1f7076 to your computer and use it in GitHub Desktop.
Save krig/5088ea9b9430ae1f7076 to your computer and use it in GitHub Desktop.
flatui palette as python
flatui_palette = {
'Untitled': '#1abc9c',
'Untitled': '#2ecc71',
'Untitled': '#3498db',
'Untitled': '#9b59b6',
'Untitled': '#34495e',
'Untitled': '#16a085',
'Untitled': '#27ae60',
'Untitled': '#2980b9',
'Untitled': '#8e44ad',
'Untitled': '#2c3e50',
'Untitled': '#f1c40f',
'Untitled': '#e67e22',
'Untitled': '#e74c3c',
'Untitled': '#ecf0f1',
'Untitled': '#95a5a6',
'Untitled': '#f39c12',
'Untitled': '#d35400',
'Untitled': '#c0392b',
'Untitled': '#bdc3c7',
'Untitled': '#7f8c8d'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment