Huesum logo huesum · abstract artwork from a URL

Palette + size + style + seed → image.

Huesum turns hex colours into deterministic, generative abstract artwork — rendered as SVG on Cloudflare Workers. The URL is the API. Same URL, same image, every time.

Generated artwork preview

All eight styles

Same palette (#FF5A36, #18181B, #F5F0E8), one URL each.

Usage

Drop any Huesum URL straight into an img tag or CSS background.

<img src="…" alt="">
.hero {
  background: url("…") center / cover;
}