mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-10-18 17:17:23 +02:00
31 lines
782 B
Markdown
31 lines
782 B
Markdown
---
|
|
layout: mini
|
|
permalink: /n/colors.html
|
|
redirect_from:
|
|
- /n/colours.html
|
|
sitemap: false
|
|
lang: en
|
|
---
|
|
|
|
# Useful color codes
|
|
|
|
- `#000000` - black
|
|
- `#FFFFFF` - white
|
|
- `#00FF00` - green
|
|
- `#80FF00` - chartreuse
|
|
- `#ADFF2F` - green-yellow, near the middle of human visible spectrum
|
|
- `#FFFF00` - yellow
|
|
- `#FFB700` - amber (like on old computer screens) or _sunflower mango_ or
|
|
_summer yellow_ or _luminous bright orange_
|
|
- `#970000` - red
|
|
- `#E34234` - vermillion
|
|
- `#800080` - purple
|
|
- `#8A2BE2` - blue violet via ChatGPT via [dev](https://t.me/devs_chat/131577)
|
|
[meme](https://t.me/devs_chat/131597)
|
|
- `#750851` - velvet
|
|
|
|
## See also
|
|
|
|
- [shutterstock: purple](https://www.shutterstock.com/color/purple)
|
|
- [figma: velvet](https://www.figma.com/colors/velvet/)
|