U
R
A
T
E
D
21–30 of 48 posts
U
R
A
T
E
D
Highly recommended: the Adobe Color website (before Kuler): https://color.adobe.com/explore/most-popular/?time=all Also the mobile app is extremely well done (can create color schemes from picture or live from the camera)
Comparable to Kuler you can browse[2] or search[3] their palettes.
[1]: http://www.colourlovers.com/
Highly recommended: the Adobe Color website (before Kuler): https://color.adobe.com/explore/most-popular/?time=all Also the mobile app is extremely well done (can create color schemes from picture or live from the camera)
In a similar vein I'd recommend ColourLovers[1]. Been using them for I think close to a decade for color, palette, pattern and general design inspiration. Comparable to Kuler you can browse[2] or search[3] their palettes. [1]: http://www.colourlovers.com/ [2]: http://www.colourlovers.com/palettes [3]: http://www.colourlovers.com/palettes/search
Highly recommended: the Adobe Color website (before Kuler): https://color.adobe.com/explore/most-popular/?time=all Also the mobile app is extremely well done (can create color schemes from picture or live from the camera)
That is awesome! I can't believe I haven't seen it before. The API is undocumented and restricted it seems, but I did manage to get the first 5000 or so color palettes before my browser crashed: http://pasted.co/38096f65
This 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…
Highly recommended: the Adobe Color website (before Kuler): https://color.adobe.com/explore/most-popular/?time=all Also the mobile app is extremely well done (can create color schemes from picture or live from the camera)
That is awesome! I can't believe I haven't seen it before. The API is undocumented and restricted it seems, but I did manage to get the first 5000 or so color palettes before my browser crashed: http://pasted.co/38096f65
Earlier quoted context omitted.
That is awesome! I can't believe I haven't seen it before. The API is undocumented and restricted it seems, but I did manage to get the first 5000 or so color palettes before my browser crashed: http://pasted.co/38096f65
how did you do this?
var target = document.querySelector('.collection-assets');
var observer = new MutationObserver(function() {
window.scrollTo(0,document.body.scrollHeight);
});
var config = { childList: true };
observer.observe(target, config);Earlier quoted context omitted.
That is awesome! I can't believe I haven't seen it before. The API is undocumented and restricted it seems, but I did manage to get the first 5000 or so color palettes before my browser crashed: http://pasted.co/38096f65
If you're interested in this kind of API, http://www.colr.org has one too.
Show HN is for stuff you make yourself. This was made by Mackenzie Child: https://mackenziechild.me
We took "Show HN" out of the title on this one.