mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-12 12:37:21 +01:00
26 lines
1.1 KiB
Markdown
26 lines
1.1 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
|
|
---
|
|
|
|
## 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!
|