Skip to content

Instantly share code, notes, and snippets.

@AllanPooley
Last active December 25, 2018 00:48
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 AllanPooley/c6e42c46d87d9781a1c2cf7c105bc6ed to your computer and use it in GitHub Desktop.
Save AllanPooley/c6e42c46d87d9781a1c2cf7c105bc6ed to your computer and use it in GitHub Desktop.
Flat UI Palette v1 Array of Objects (https://flatuicolors.com/palette/defo)
const flatColours = [
{ label: 'Turquoise', hex: "#1abc9c" },
{ label: 'Emerald', hex: "#2ecc71" },
{ label: 'Peter River', hex: "#3498db" },
{ label: 'Amethyst', hex: "#9b59b6" },
{ label: 'Wet Asphalt', hex: "#34495e" },
{ label: 'Green Sea', hex: "#16a085" },
{ label: 'Nephritis', hex: "#27ae60" },
{ label: 'Belize Hole', hex: "#2980b9" },
{ label: 'Wisteria', hex: "#8e44ad" },
{ label: 'Midnight Blue', hex: "#2c3e50" },
{ label: 'Sun Flower', hex: "#f1c40f" },
{ label: 'Carrot', hex: "#e67e22" },
{ label: 'Alizarin', hex: "#e74c3c" },
{ label: 'Clouds', hex: "#ecf0f1" },
{ label: 'Concrete', hex: "#95a5a6" },
{ label: 'Orange', hex: "#f39c12" },
{ label: 'Pumpkin', hex: "#d35400" },
{ label: 'Pomegranate', hex: "#c0392b" },
{ label: 'Silver', hex: "#bdc3c7" },
{ label: 'Asbestos', hex: "#7f8c8d" }
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment