Happy Hues – Curated colors in context
21–30 of 114 posts
Re: Happy Hues – Curated colors in context
#22I will bookmark this, because I dont have an esthetic sense, and never know wich color to use in my projects. End up doing everything in black and white.
Re: Happy Hues – Curated colors in context
#23On the data side, I have often (mis)used colorbrewer [0] to play with colours and see what might work well in visualizations.
Re: Happy Hues – Curated colors in context
#24All of these palates look very trendy 'contemporary big tech'. Something about the pastel colours. They go with the visual design. But it seems very monocultural. I personally find them really distatesful (and isn't design about taste after all). Give me a nice saturated green any day.
As much as software design is about taste. So, depending on what your objective is, a lot or not at all but mostly somewhere in between.
Best practices, industry standards, the-right-tool-for-the-right-job-thinking, psychology, math, trends and, of course, personal feelings will all take part in the design decision making process.
Re: Happy Hues – Curated colors in context
#25It is awesome seeing colours in context. I've so frequently rejigged the palette whilst building the website, so this would stop doing that. I'd love to be able to pick my own colours and to see how they look, instead of being bound by the pre-set ones... better yet being able to pick a 'starter' colour then having it create a complementary palette and seeing how that appears.
Re: Happy Hues – Curated colors in context
#26I think the experience could be vastly improved by using CSS Variables (Custom Properties): you can update all the colors with JS in a single click (even the colors embedded in SVGs). That way, the color swap would be instant (no page reload) but you could still provide a direct sharing URL by replacing the state of the URL in the address bar.
Re: Happy Hues – Curated colors in context
#27There was another example many months ago of something like this which I really liked and I curse myself for not bookmarking it. My search attempts have failed. I love sites that give ideas in color relationships.
Did you try HN's own search? https://hn.algolia.com/?dateRange=pastYear&page=0&prefix=fal...
Re: Happy Hues – Curated colors in context
#28You could probably do the same thing with text styles by defining variables for things like headline font, body font, monospaced font, etc.
Re: Happy Hues – Curated colors in context
#29All of these palates look very trendy 'contemporary big tech'. Something about the pastel colours. They go with the visual design. But it seems very monocultural. I personally find them really distatesful (and isn't design about taste after all). Give me a nice saturated green any day.
> and isn't design about taste after all As much as software design is about taste. So, depending on what your objective is, a lot or not at all but mostly somewhere in between. Best practices, industry standards, the-right-tool-for-the-right-job-thinking, psychology, math, trends and, of course, personal feelings will all take part in the design decision making process.
To quote the site:
> ... by understanding the psychology of color, you can choose a color that will resonate with your target audience and give off the vibe & emotion you want.
Within this selection of palates there is no variance in this particular dimension of «pastel-ness». They all seem to lie on the same place on that axis. And that dimension is one thing that seems to unite a lot of contemporary deisgn.
Hence this feeling like another item of conformity with the monoculture.
It's not all that serious — just some colours. But interesting nonetheless. You don't often have the opportunity to talk about contemporary colour palates.
Re: Happy Hues – Curated colors in context
#30I'd love to see it become standard practice to use a system like this to define a set of SASS variables that could then be composed in other rules rather than either hard coding the colors in each rule or using utility classes (e.g. ".blue"). You could probably do the same thing with text styles by defining variables for things like headline font, body font, monospaced font, etc.