tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

gradient-single-stop-longer-hue-oklch-ref.html (380B)


      1 <!doctype html>
      2 <html lang="en">
      3 
      4 <head>
      5    <meta charset="utf-8">
      6    <title>Gradient in OKLCH space</title>
      7    <style>
      8        body {
      9            background: #fff;
     10        }
     11 
     12        div {
     13            width: 300px;
     14            height: 300px;
     15            background-color: oklch(0.62796 0.25768 29.23388);
     16        }
     17    </style>
     18 </head>
     19 
     20 <body>
     21    <div></div>
     22 </body>
     23 </html>