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

31 lines
1.3 KiB
Markdown

---
title: Colour
emoji: 🌈
summary: The different frequencies in the human visible spectrum used for fun, communication, art and more.
draft: false
tags:
- css
- lch
- vision
- deliveroo
- colour
- picker
- colour-scheme
references:
lch-in-css:
url: https://lea.verou.me/blog/2020/04/lch-colors-in-css-what-why-and-how/
rel: +accurate
name: "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](https://css.land/lch/), which is designed to allow for consistent human-perceived luminescence as the hue and chroma change. [Read more here](https://lea.verou.me/blog/2020/04/lch-colors-in-css-what-why-and-how/).
## Finding colour schemes
I regularly use the [paletton](https://paletton.com/) colour scheme finder to pick colours that work well together. It's great for finding colours that work well together, and is surprisingly sophisticated!