I prefer ROFL colors.
Don't forget the LMAO ones.
LOL Colors: Curated Color Palettes
31–40 of 48 posts
Re: LOL Colors: Curated Color Palettes
#32C U R A T E D U R A T E D
Re: LOL Colors: Curated Color Palettes
#33Re: LOL Colors: Curated Color Palettes
#34Related: Built a tool for switching between hex and Munsell notation for OSX, https://github.com/germ/munsellScript
Re: LOL Colors: Curated Color Palettes
#35This triggers me. Besides having no explanation whatsoever, none of these palettes are usable for similar roles. So if you are able to pick a palette that suits your needs, it means you are able to understand what you need from your palette. If it's the case, it is highly likely that you can generate a better palette yourself. Do a quick test: take a screenshot of the site, then completely desaturate the image. The v…
Re: LOL Colors: Curated Color Palettes
#36This seems like a fun project and it is inspiring that the author challenged himself to make it, it's very commendable and something I was planning on doing myself when I get some free time. What follows is a tangentially related rant, so feel free to skip it if you don't care about WordPress. I watched the video[vid] and I was shocked when he got to he WordPress-vs-Rails debate. I'll ignore the fact that both of the…
Re: LOL Colors: Curated Color Palettes
#37This seems like a fun project and it is inspiring that the author challenged himself to make it, it's very commendable and something I was planning on doing myself when I get some free time. What follows is a tangentially related rant, so feel free to skip it if you don't care about WordPress. I watched the video[vid] and I was shocked when he got to he WordPress-vs-Rails debate. I'll ignore the fact that both of the…
Re: LOL Colors: Curated Color Palettes
#38This seems like a fun project and it is inspiring that the author challenged himself to make it, it's very commendable and something I was planning on doing myself when I get some free time. What follows is a tangentially related rant, so feel free to skip it if you don't care about WordPress. I watched the video[vid] and I was shocked when he got to he WordPress-vs-Rails debate. I'll ignore the fact that both of the…
Re: LOL Colors: Curated Color Palettes
#39This triggers me. Besides having no explanation whatsoever, none of these palettes are usable for similar roles. So if you are able to pick a palette that suits your needs, it means you are able to understand what you need from your palette. If it's the case, it is highly likely that you can generate a better palette yourself. Do a quick test: take a screenshot of the site, then completely desaturate the image. The v…
So are you saying that the secondary, accented, etc. values are generated in your program as a function of the main color?
[0]If you want to do it, there are ways to make it work, but you'll likely spend some time tweaking the algorithm and use another color space than HSV. The issue is that HSV does not map linearly to perception, so naive functions do not map very well across the full circle of hues. So basically it's quicker to do it by hand, unless you need to generate tons of palettes (like for a video-game).