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
-
@b0rk is there any reason you can't extract this one and use it?
@esoterra yeah that's what the screenshot is! I just got curious about whether there were other options out there
-
@b0rk uchū comes to mind. https://uchu.style
@gastonrampersad thanks!
-
@esoterra yeah that's what the screenshot is! I just got curious about whether there were other options out there
@b0rk got it! hope you find what you're looking for.
this surely isn't it, but I can't help but mention
https://xkcd.com/color/rgb/ -
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:
but now I'm curious: are there similar CSS color palettes like this out there?
@b0rk it feels like a riff on the Material palette https://m2.material.io/design/color/the-color-system.html#tools-for-picking-colors
-
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:
but now I'm curious: are there similar CSS color palettes like this out there?
@b0rk depends a bit on the purpose, but maybe Catppucin?
-
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:
but now I'm curious: are there similar CSS color palettes like this out there?
@b0rk I know not everyone loves CSS but for such as this I'd recommend using either color-mix() or relative colors to make your own

Here's an example with hsl() and relative colors - though I would prefer to use oklch() color space, this is made to match what our designer has access to and has set up in Figma.
-
@b0rk uchū comes to mind. https://uchu.style
@gastonrampersad Oooh those are nice. Using oklch() too

-
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:
but now I'm curious: are there similar CSS color palettes like this out there?
@b0rk The USWDS has a large palette of colors along with guidance about how to combine them in a way that is accessible: https://designsystem.digital.gov/design-tokens/color/system-tokens/
-
@b0rk I know not everyone loves CSS but for such as this I'd recommend using either color-mix() or relative colors to make your own

Here's an example with hsl() and relative colors - though I would prefer to use oklch() color space, this is made to match what our designer has access to and has set up in Figma.
@b0rk I do recognise though that nice looking palettes don't always have exactly the same hues or saturations all the way down the scale - you can use math within calc() when using relative colors though which is fun (for the likes of me):
Using relative colors - CSS | MDN
The CSS colors module defines relative color syntax, which allows a CSS
value to be defined relative to another color. This is a powerful feature that enables the programmatic creation of complements to existing colors — such as lighter, darker, saturated, semi-transparent, or inverted variants — enabling more effective color palette creation. MDN Web Docs (developer.mozilla.org)
-
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:
but now I'm curious: are there similar CSS color palettes like this out there?
@b0rk there are a ton of tools that will help you generate your own. I use [tints.dev](https://www.tints.dev/palette/v1:YmFkYXNzfEJhZGE1NXwyMDB8cHwwfDB8MHwxMDB8YQ) to tack colors on to the default Tailwind palette when I need to.
Usually, I'm replacing a standard color with a client's and need the shades they didn't bother putting into their brand style guide.
Also, I hope you didn't work too hard getting those colors out of TW, since v4 just sort of lists them in the docs: https://tailwindcss.com/docs/colors#default-color-palette-reference
-
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:
but now I'm curious: are there similar CSS color palettes like this out there?
@b0rk Flexoki is one that comes to mind - https://stephango.com/flexoki
-
@b0rk I know not everyone loves CSS but for such as this I'd recommend using either color-mix() or relative colors to make your own

Here's an example with hsl() and relative colors - though I would prefer to use oklch() color space, this is made to match what our designer has access to and has set up in Figma.
@sarajw whoa, I didn't realize you could do that now!
-
@b0rk it feels like a riff on the Material palette https://m2.material.io/design/color/the-color-system.html#tools-for-picking-colors
@b0rk ...which is really to say it's an algorithmic monochromatic palette https://www.colorhexa.com/E97339
-
@b0rk there are a ton of tools that will help you generate your own. I use [tints.dev](https://www.tints.dev/palette/v1:YmFkYXNzfEJhZGE1NXwyMDB8cHwwfDB8MHwxMDB8YQ) to tack colors on to the default Tailwind palette when I need to.
Usually, I'm replacing a standard color with a client's and need the shades they didn't bother putting into their brand style guide.
Also, I hope you didn't work too hard getting those colors out of TW, since v4 just sort of lists them in the docs: https://tailwindcss.com/docs/colors#default-color-palette-reference
@shnizmuffin nice! i wanted the exact colors from the tailwind 2.2.7 stylesheet I was using anyway and it only took a few minutes
-
@b0rk Flexoki is one that comes to mind - https://stephango.com/flexoki
@pjg1 thanks!
-
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:
but now I'm curious: are there similar CSS color palettes like this out there?
@b0rk I used https://harmonizer.evilmartians.com to create my own and it has some built in contrast checking too which I like.
-
@b0rk I know not everyone loves CSS but for such as this I'd recommend using either color-mix() or relative colors to make your own

Here's an example with hsl() and relative colors - though I would prefer to use oklch() color space, this is made to match what our designer has access to and has set up in Figma.
-
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:
but now I'm curious: are there similar CSS color palettes like this out there?
@b0rk I would use a tailwind palette generator like https://github.com/fullsolid/tailwindshades (installable offline!), extract the config for each color palette, and make a CSS variable list out of it.


-
@b0rk The USWDS has a large palette of colors along with guidance about how to combine them in a way that is accessible: https://designsystem.digital.gov/design-tokens/color/system-tokens/
@watters thanks, this is great
-
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:
but now I'm curious: are there similar CSS color palettes like this out there?
@b0rk https://open-props.style/#colors is pretty cool