pokepalettes.com
NOV 2015
A simple, one-page site that breaks down the color palettes used in Pokémon sprites. Some designers have told me that they use it for inspiration. Most people just visit to get blasted with pretty colors.

I originally built this in my college dorm to learn jQuery. A few years later, I refined the idea and rewrote the site in Backbone.js. This was before
image-rendering: pixelated;
was widely supported in the CSS spec so I expand the 96x96 sprites pixel-by-pixel onto a
<canvas>
element.
I wanted to create something smooth, performant, and fun to use. It ended up being well-received, and I earned a few write-ups.