Join Nostr
2026-05-04 12:39:20 UTC

Julia Evans on Nostr: i've been working on moving away from Tailwind, and one thing I'm realizing I ...

i've been working on moving away from Tailwind, and one thing I'm realizing I appreciated about Tailwind is having a basic color palette (blues, grays, greens, indigos, pinks, purples, reds, yellows) I could use while prototyping

i extracted it into css variables so I can still use it if I want:

https://gist.github.com/jvns/9e59b2cd1fe12601084ba78dded072fe

but now I'm curious: are there similar CSS color palettes like this out there?