Skip to content

Commit

Permalink
fix color images
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed May 6, 2021
1 parent 00a3368 commit 059f152
Showing 1 changed file with 18 additions and 20 deletions.
38 changes: 18 additions & 20 deletions README.md
Expand Up @@ -44,32 +44,30 @@ Storybook uses these fonts on the website and promotional materials.

**Note:** The Storybook UI includes the Nunito Sans webfont in the `font-family` declaration but *does not* require users to download it.


## Colors

##
| Color | HEX value |
|------------|-----------|
| Coral 聽 聽 聽 | ![#FF4785](https://placehold.it/15/FF4785/000000?text=+) `#FF4785` |
| Ocean | ![#1EA7FD](https://placehold.it/15/1EA7FD/000000?text=+) `#1EA7FD` |
| Orange | ![#FC521F](https://placehold.it/15/FC521F/000000?text=+) `#FC521F` |
| Gold | ![#FFAE00](https://placehold.it/15/FFAE00/000000?text=+) `#FFAE00` |
| Green | ![#66BF3C](https://placehold.it/15/66BF3C/000000?text=+) `#66BF3C` |
| Seafoam | ![#37D5D3](https://placehold.it/15/37D5D3/000000?text=+) `#37D5D3` |
| Purple | ![#6F2CAC](https://placehold.it/15/6F2CAC/000000?text=+) `#6F2CAC` |
| Ultraviolet | ![#2A0481](https://placehold.it/15/2A0481/000000?text=+) `#2A0481` |
| Coral 聽 聽 聽 | ![#FF4785](https://via.placeholder.com/15.png/FF4785?text=%20) `#FF4785` |
| Ocean | ![#1EA7FD](https://via.placeholder.com/15.png/1EA7FD?text=%20) `#1EA7FD` |
| Orange | ![#FC521F](https://via.placeholder.com/15.png/FC521F?text=%20) `#FC521F` |
| Gold | ![#FFAE00](https://via.placeholder.com/15.png/FFAE00?text=%20) `#FFAE00` |
| Green | ![#66BF3C](https://via.placeholder.com/15.png/66BF3C?text=%20) `#66BF3C` |
| Seafoam | ![#37D5D3](https://via.placeholder.com/15.png/37D5D3?text=%20) `#37D5D3` |
| Purple | ![#6F2CAC](https://via.placeholder.com/15.png/6F2CAC?text=%20) `#6F2CAC` |
| Ultraviolet | ![#2A0481](https://via.placeholder.com/15.png/2A0481?text=%20) `#2A0481` |


| Monochrome | HEX value |
|------------|-----------|
| Darkest 聽 聽 聽 | ![#333333](https://placehold.it/15/333333/000000?text=+) `#333333` |
| Darker | ![#444444](https://placehold.it/15/444444/000000?text=+) `#444444` |
| Dark | ![#666666](https://placehold.it/15/666666/000000?text=+) `#666666` |
| Mediumdark | ![#999999](https://placehold.it/15/999999/000000?text=+) `#999999` |
| Medium | ![#DDDDDD](https://placehold.it/15/DDDDDD/000000?text=+) `#DDDDDD` |
| Mediumlight | ![#EEEEEE](https://placehold.it/15/EEEEEE/000000?text=+) `#EEEEEE` |
| Light | ![#F3F3F3](https://placehold.it/15/F3F3F3/000000?text=+) `#F3F3F3` |
| Lighter | ![#F8F8F8](https://placehold.it/15/F8F8F8/000000?text=+) `#F8F8F8` |
| Lightest | ![#FFFFFF](https://placehold.it/15/FFFFFF/000000?text=+) `#FFFFFF` |
| Darkest 聽 聽 聽 | ![#333333](https://via.placeholder.com/15.png/333333?text=%20) `#333333` |
| Darker | ![#444444](https://via.placeholder.com/15.png/444444?text=%20) `#444444` |
| Dark | ![#666666](https://via.placeholder.com/15.png/666666?text=%20) `#666666` |
| Mediumdark | ![#999999](https://via.placeholder.com/15.png/999999?text=%20) `#999999` |
| Medium | ![#DDDDDD](https://via.placeholder.com/15.png/DDDDDD?text=%20) `#DDDDDD` |
| Mediumlight | ![#EEEEEE](https://via.placeholder.com/15.png/EEEEEE?text=%20) `#EEEEEE` |
| Light | ![#F3F3F3](https://via.placeholder.com/15.png/F3F3F3?text=%20) `#F3F3F3` |
| Lighter | ![#F8F8F8](https://via.placeholder.com/15.png/F8F8F8?text=%20) `#F8F8F8` |
| Lightest | ![#FFFFFF](https://via.placeholder.com/15.png/FFFFFF?text=%20) `#FFFFFF` |

## Presentation template
Share Storybook at work, meetups, and conferences. Get a head start on your slides with our ready-to-use presentation (Keynote, PDF).
Expand Down

0 comments on commit 059f152

Please sign in to comment.