<!DOCTYPE html>
<html>
  <head>
    <title>Environments - 05 - Particle Color</title>
    <script src="https://aframe.io/releases/1.4.1/aframe.min.js"></script>
    <script src="https://unpkg.com/aframe-environment-component@1.3.7/dist/aframe-environment-component.min.js"></script> 
    <script src="https://cdn.jsdelivr.net/gh/c-frame/aframe-particle-system-component@1.1.4/dist/aframe-particle-system-component.min.js"></script>
  </head>
  <body>
    <a-scene>
       <a-sky color="blue"></a-sky>

      <a-entity position="0 2.25 -15" particle-system="preset: rain; color: red; size: 3"></a-entity>
    </a-scene>
  </body>
</html>