Skip to content

Instantly share code, notes, and snippets.

@thejmazz
Last active August 29, 2015 14:19
Show Gist options
  • Save thejmazz/941ccec21316c1edfa9f to your computer and use it in GitHub Desktop.
Save thejmazz/941ccec21316c1edfa9f to your computer and use it in GitHub Desktop.
JavaScript arrays of http://flatuicolors.com/ in different formats
var flatUIColors = [ '#1abc9c', '#16a085', '#2ecc71', '#27ae60', '#3498db', '#2980b9', '#9b59b6', '#8e44ad', '#34495e', '#2c3e50', '#f1c40f', '#f39c12', '#e67e22', '#d35400', '#e74c3c', '#c0392b', '#ecf0f1', '#bdc3c7', '#95a5a6', '#7f8c8d'];
var flatUIHexColors = [ 0x1abc9c, 0x16a085, 0x2ecc71, 0x27ae60, 0x3498db, 0x2980b9, 0x9b59b6, 0x8e44ad, 0x34495e, 0x2c3e50, 0xf1c40f, 0xf39c12, 0xe67e22, 0xd35400, 0xe74c3c, 0xc0392b, 0xecf0f1, 0xbdc3c7, 0x95a5a6, 0x7f8c8d];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment