We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28910e0 commit 5b15531Copy full SHA for 5b15531
n/colors.md
@@ -10,9 +10,15 @@ lang: en
10
# Useful color codes
11
12
- `#000000` - black
13
-- `#ffffff` - white
+- `#FFFFFF` - white
14
+- `#00FF00` - green
15
+- `#80FF00` - chartreuse
16
+ - `#ADFF2F` - green-yellow, near the middle of human visible spectrum
17
+- `#FFFF00` - yellow
18
+ - `#FFB700` - amber (like on old computer screens) or _sunflower mango_ or
19
+ _summer yellow_ or _luminous bright orange_
20
- `#970000` - red
-- `#ffb700` - amber
21
+ - `#E34234` - vermillion
22
- `#800080` - purple
23
- `#8A2BE2` - blue violet via ChatGPT via [dev](https://t.me/devs_chat/131577)
24
[meme](https://t.me/devs_chat/131597)
0 commit comments