Skip to content

Instantly share code, notes, and snippets.

@yowainwright
Last active December 9, 2017 19:50
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 yowainwright/421c583f076c876947b83cab49471e1e to your computer and use it in GitHub Desktop.
Save yowainwright/421c583f076c876947b83cab49471e1e to your computer and use it in GitHub Desktop.
Fav hex colors πŸ–
/* usual suspects πŸ‘₯ */
--blue: blue; /* yep, it's just the truth */
--redpink: #FB2743; /* I saw it on ASOS. I like what they're doing with blue. */
--floralwhite: #fffcf3 #fff floralwhite hsl(45,100,97)rgb(255,252,243); /* I saw it on Cosma Schema. */
/* off the beaten path, but weird and refreshing πŸ‘¨β€πŸŽ¨ */
--lightpurple: #E2D7FE;
--cartoonflesh: #FFAEA2;
--deeputramarine: #152783;

Fav Hex Colors πŸ–

It is great to provide just a little bit of different in a standard interface.

Listed above are typical go-to colors along with some that are enjoyed

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