I've been experimenting with a script to create a unique effect, inspired by a js fiddle I found online. The original snow effect has been modified to increase speed, change direction, and more.
My goal is to have "snow flakes" in multiple colors (about 4-7) instead of just white. Is there a simple way to achieve this using the existing js fiddle?
Any assistance on this matter would be greatly appreciated! Thank you for your time.
canvas {
background:#183794;
margin-bottom:10px;
-ms-transform: rotate(180deg); /* IE 9 */
-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
transform: rotate(180deg);
}