discord color codes code example

Example 1: discord color theme

Discord Color Theme:

#7289da	(114,137,218) | Blue
#ffffff	(255,255,255) | White
#99aab5	(153,170,181) | Grey
#2c2f33	(44,47,51) | Lighter Black
#23272a	(35,39,42) | Dark Black
#43b581 | Green 

New Discord Theme Colors:

#5865F2 (88, 101, 242) | New Blue
#57F287 (87, 242, 135) | New Green
#23272A (35, 39, 42) | New Black

Example 2: css discord color guide

Default: #839496
```
NoKeyWordsHere
```

Quote: #586e75
```brainfuck
NoKeyWordsHere
```

Solarized Green: #859900
```CSS
NoKeyWordsHere
```

Solarized Cyan: #2aa198
```yaml
NoKeyWordsHere
```

Solarized Blue: #268bd2
```md
NoKeyWordsHere
```

Solarized Yellow: #b58900
```fix
NoKeyWordsHere
```

Solarized Orange: #cb4b16
```glsl
NoKeyWordsHere
```

Solarized Red: #dc322f
```diff
-NoKeyWordsHere
```

Example 3: css discord color guide

And here is the escaped

Default: #839496
```
This is a for statement
```

Quote: #586e75
```bash
#This is a for statement
```

Solarized Green: #859900
```diff
+ This is a for statement
```
//Second Way to do it
```diff
! This is a for statement
```

Solarized Cyan: #2aa198
```cs
"This is a for statement"
```
```cs
'This is a for statement'
```

Solarized Blue: #268bd2
```ini
[This is a for statement]
```
//Second Way to do it
```asciidoc
= This is a for statement =
```

Solarized Yellow: #b58900
```autohotkey
%This is a for statement%
```

Solarized Orange: #cb4b16
```css
[This is a for statement]
```

Solarized Red: #dc322f
```diff
- This is a for statement
```

Tags:

Misc Example