library / backgrounds / vanta-clouds2
live - 60fps 1920 x 1080
vanta-clouds2.html - self-contained
<!doctype html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Vanta.js Clouds 2</title>
    <style>
      html,
      body {
        height: 100%;
        margin: 0;
        overflow: hidden;
        cursor: none;
        background: #07080d;
        color: #f5f7fb;
        font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      }

      #vanta {
        position: fixed;
        inset: 0;
        cursor: none;
      }

      canvas {
        cursor: none !important;
      }

    </style>
    <script src="../vendor/three.r134.min.js"></script>
    <script src="../vendor/p5.min.js"></script>
    <script src="../vendor/vanta/dist/vanta.clouds2.min.js"></script>
  </head>
  <body>
    <div id="vanta"></div>
    <script>
      VANTA.CLOUDS2({
        el: "#vanta",
        mouseControls: true,
        touchControls: true,
        gyroControls: false,
        backgroundColor: 0x000000,
        skyColor: 0x7ac7e8,
        cloudColor: 0x314d86,
        lightColor: 0xffffff,
        speed: 0.75,
        texturePath: "../assets/noise.svg"
      });
    </script>
  </body>
</html>

About this animation

Vanta.js alternate cloud shader using a local noise texture for layered motion.

Source Code
Source copied
Partner hosting options for the copied effect:
Vercel Netlify Hostinger