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.
Same palette (#FF5A36, #18181B, #F5F0E8), one URL each.
Drop any Huesum URL straight into an img tag or CSS background.
<img src="…" alt="">
.hero {
background: url("…") center / cover;
}