←back to thread

681 points NetOpWibby | 1 comments | | HN request time: 0.207s | source

Hey everyone,

About a year ago I embarked on creating a color scheme for a project and I loved it so much I began using it for everything. I decided to make an official repo for it to share with the world.

Anyhoo, hope y'all enjoy it.

Show context
dcchambers ◴[] No.43074937[source]
I'm confused by the usage of the word color scheme.

To me a color scheme is something like monokai. A small number of colors that go well together. The application (eg syntax highlighting in a code editor) is obvious and easy. This is just...lots of monochrome colors? How would I use this? Not trying to be dismissive, I'm just confused.

replies(5): >>43075170 #>>43077407 #>>43079850 #>>43080346 #>>43081091 #
1. docmars ◴[] No.43079850[source]
This is similar to how Tailwind provides a complete color palette to use in UI development.

Different shades of a single hue give you flexibility to create UI elements that feel like a family and coordinate well with each other. As an example, you might want a blue card with similarly blue borders. You may use a lighter blue for the background, and a darker one for the borders.

Instead of using a black border with opacity applied, each shade for this palette has been individually selected to fit within its hue family. The other benefit is, for each "shade level" you can guarantee they will be consistent across hues: 50% gray is near 50% red, etc.

More generally, this is designed so that each hue looks great with every other hue here. Not just any color will do, they need to coordinate.