{
  "$type": "site.standard.document",
  "description": "CSS color tip! Need a rainbow gradient ? Let <hue-interpolation> do the work. .vibrant-rainbow { background : linear-gradient ( to right in hsl /* vibrant gradient HSL colorspace */ longer hue , /* hue-interpolation set to longer */ red , red /* now red to red goes all the way ar…",
  "path": "/easy-hsl-rainbow",
  "publishedAt": "2023-01-31T20:45:11.631Z",
  "site": "at://did:plc:jnj7wcwuvspxdsipmecmx7rs/site.standard.publication/self",
  "tags": [
    "note",
    "css"
  ],
  "textContent": "CSS color tip! Need a rainbow gradient ? Let <hue-interpolation> do the work. .vibrant-rainbow { background : linear-gradient ( to right in hsl /* vibrant gradient HSL colorspace */ longer hue , /* hue-interpolation set to longer */ red , red /* now red to red goes all the way around */ ) ; }",
  "title": "Easy Hsl Rainbow"
}