Skip to content

Commit

Permalink
feat(core): add adobe, airbnb, airbus, amazon, android and …
Browse files Browse the repository at this point in the history
…`coca-cola` colors
  • Loading branch information
borisdamevin committed Apr 21, 2022
1 parent 6a620b5 commit eb01730
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 48 deletions.
70 changes: 22 additions & 48 deletions packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,55 +32,29 @@ npm install @brandcolors/core

## Colors

### Facebook

| Token | Value |
|-------------|-----------|
| `$facebook` | `#1877f2` |

### Google

| Token | Value |
|-------------|-----------|
| `$google` | `#4285f4` |
| `$google-2` | `#34a853` |
| `$google-3` | `#fbbc05` |
| `$google-4` | `#ea4335` |

### Linkedin

| Token | Value |
|-------------|-----------|
| `$linkedin` | `#0a66c2` |

### Snapchat

| Token | Value |
|-------------|-----------|
| `$snapchat` | `#fffc00` |

### Twitter

| Token | Value |
|------------|-----------|
| `$twitter` | `#1d9bf0` |

### Vimeo

| Token | Value |
|------------|-----------|
| `$vimeo` | `#1ab7ea` |
| `$vimeo-2` | `#162221` |

### WhatsApp

| Token | Value |
|-------------|-----------|
| `$whatsapp` | `#25d366` |

### Youtube

| Token | Value |
|--------------|-----------|
| `$adobe` | `#ff0000` |
| `$airbnb` | `#fd5c63` |
| `$airbus` | `#00205b` |
| `$airbus-2` | `#005587` |
| `$airbus-3` | `#0085ad` |
| `$airbus-4` | `#6399ae` |
| `$airbus-5` | `#b7c9d3` |
| `$amazon` | `#ff9900` |
| `$amazon-2` | `#146eb4` |
| `$android` | `#a4c639` |
| `$coca-cola` | `#ed1c16` |
| `$facebook` | `#1877f2` |
| `$google` | `#4285f4` |
| `$google-2` | `#34a853` |
| `$google-3` | `#fbbc05` |
| `$google-4` | `#ea4335` |
| `$linkedin` | `#0a66c2` |
| `$snapchat` | `#fffc00` |
| `$twitter` | `#1d9bf0` |
| `$vimeo` | `#1ab7ea` |
| `$vimeo-2` | `#162221` |
| `$whatsapp` | `#25d366` |
| `$youtube` | `#ff0000` |
| `$youtube-2` | `#212121` |
11 changes: 11 additions & 0 deletions packages/core/src/colors.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
{
"adobe": "#ff0000",
"airbnb": "#fd5c63",
"airbus": "#00205b",
"airbus-2": "#005587",
"airbus-3": "#0085ad",
"airbus-4": "#6399ae",
"airbus-5": "#b7c9d3",
"amazon": "#ff9900",
"amazon-2": "#146eb4",
"android": "#a4c639",
"coca-cola": "#ed1c16",
"facebook": "#1877f2",
"google": "#4285f4",
"google-2": "#34a853",
Expand Down

0 comments on commit eb01730

Please sign in to comment.