Skip to content

Instantly share code, notes, and snippets.

@michaeljdeeb
Last active March 26, 2016 01:23
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 michaeljdeeb/e756cd900b7f5e245eee to your computer and use it in GitHub Desktop.
Save michaeljdeeb/e756cd900b7f5e245eee to your computer and use it in GitHub Desktop.
Hexadecimal values for the color options available for watch faces in watchOS as Sass variables.
$white: #fff;
$red: #dd142d;
$orange: #fa543a;
$light-orange: #fc9526;
$yellow: #fded47;
$green: #90e03d;
$turquoise: #a0d5cd;
$light-blue: #6ec6dc;
$blue: #2ab6f7;
$midnight-blue: #6184be;
$purple: #9a80f3;
$lavender: #b19aa7;
$pink: #fb5b6a;
$vintage-rose: #f4aba6;
$walnut: #af8667;
$stone: #ad9a81;
$antique-white: #d3b696;
@michaeljdeeb
Copy link
Author

Demo on CodePen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment