This is a simple Cloudflare worker to generate SVG images of color swatches. The only currently supported swatch format is a 2:1 gradient.
To get a swatch, you can hit https://swatch.daedalus.workers.dev/<decimal encoded hex color>/gradient.svg
. For example, #ff0049
would be encoded as 16711753
.