www.byjp.me/content/memex/art-design/colour.md
JP Hastings-Spital 233e7c35af
Links have agree/accurate indicators (#7)
- Remove i18n & include drafts in dev build
- Links have agree/accurate indicators
- Also introduces `references` as a standard Params structure for my blog. I don't particularly like that it's a map rather than an array, but this is what my micropib enpoint currently creates, so I'll stick with this until I can be bothered to switch that over.
2024-02-22 08:25:18 +00:00

1.3 KiB

title emoji summary draft tags references
Colour 🌈 The different frequencies in the human visible spectrum used for fun, communication, art and more. false
css
lch
vision
deliveroo
colour
picker
colour-scheme
lch-in-css
url rel name
https://lea.verou.me/blog/2020/04/lch-colors-in-css-what-why-and-how/ +accurate LCH colors in CSS: what, why, and how?

Spelling

I spell colour with a U (as I'm British) while I'm writing text for humans, but without when I'm writing text for computers (as software languages like #css were created or standardised for American English spelling, color: red). This can get confusing when I'm talking about writing code about colours. Weird eh? This was a decision made in the early days of #Deliveroo, and it's kinda stuck with me.

LCH colours

I'm a big fan of the LCH colour space, which is designed to allow for consistent human-perceived luminescence as the hue and chroma change. Read more here.

Finding colour schemes

I regularly use the paletton colour scheme finder to pick colours that work well together. It's great for finding colours that work well together, and is surprisingly sophisticated!