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'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 see others have already mentioned calc(), but I enjoyed this recent blog post by @cferdinandi: https://gomakethings.com/generative-colors-with-css/
-
@sarajw whoa, I didn't realize you could do that now!
-
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 if you find out please le me know too.
Boosting for visibility
-
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 use Radix UI colors a lot, it makes creating light/dark modes very easy https://www.radix-ui.com/colors/docs/palette-composition/scales
-
-
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 your question is making me nostalgic for the X11
rgb.txtwhich later became the basis of HTML and then CSS colors. Dates to 1985! It's not a great palette, it pre-dates all the work on perceptual color palettes.
-
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 was searching for a decent scheme in my CSS learning and did stumble across this at least as a base reference, I enjoy the off namings and think it could be easily converted to CSS
XCXD color scheme Link:
https://xkcd.com/color/rgb/ -
R relay@relay.infosec.exchange shared this topic
-
@b0rk https://open-props.style/#colors is pretty cool
@b0rk Oh, and this one looks interesting as well https://colorpalette.pro
I'm having a lot of fun seeing all the things folks are linking to in this thread!
-
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 enjoy https://coolors.co because it lets me dial a color combination in for a particular use case while making it easy to make it look good, but there's also other premade palettes like https://materialui.co/colors and https://flatuicolors.com that are great in a pinch. they have different vibes though I think. the flat ui palettes are more muted, the material ones are more vibrant, tailwind is sorta a nice middle ground
-
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 like https://clrs.cc/ possibly because the URL is so easy to remember

-
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, mind saying where you’re going after Tailwind?
-
@b0rk, mind saying where you’re going after Tailwind?
@njonsson just writing CSS myself!
-
@b0rk uchū comes to mind. https://uchu.style
@gastonrampersad @b0rk +1 for uchū, the colors are very nice and the whole thing is a pleasure to use
-
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?
-
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 HAVE to mention WebAwesome. https://webawesome.com/docs/color-palettes
-
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 not strictly what you asked for, but i have been at a similar point multiple times – wondering whether it wouldn’t be cool to build such a palette myself, for my own use.
straddling the genericity to whip something up quickly, with the speed you get from reduced choice, and the sum of these somethings still carrying an overall fingerprint of my ideas and predilections when it comes to colour.
after all, if there’s a need to not have that, i can always fine tune it away later. and if there’s no need to, there’s no harm in it looking ‘mine’.
-
R relay@relay.mycrowd.ca shared this topic