Pearson-Higher-Ed / o-colors

DEPRECATED - Color palettes
0 stars 0 forks source link

Audit common Console colors #6

Open parkerpearson opened 9 years ago

parkerpearson commented 9 years ago

Colors

Most commonly specified colors in the CSS according to CSS Dig:

parkerpearson commented 9 years ago

To include the colors you can pull in an image from the placehold.it service:

- ![](http://placehold.it/20x10/0234ff/0234ff) `#0234ff` blue

Becomes:

Just replace 0234ff (twice in the url and once in the label) with the hex for your color of choice.

cc @edzee