.colorbullets {
      list-style: none; /* hide default bullets */
      padding: 0;
    }

.colorbullets li::before {
     content: '\1F534'; /* Red Circle */
      margin-right: 0.2em;
    }

.colorbullets li:nth-child(2)::before {
      content: '\1F535'; /* Blue Circle */
    }

.colorbullets li:nth-child(3)::before {
       content: '\26AA'; /* White Circle */
    }

.colorbullets li:nth-child(4)::before {
      content: '\1F7E0'; /*  Orange Circle */
    }

.colorbullets li:nth-child(5)::before {
      content: '\1F7E2'; /* Green Circle */
    }
	ul.colorbullets li:nth-child(6)::before {
    content: '\1F7E3'; /* Purple Circle */ 
    }	
	
.colorbullets li:nth-child(7)::before {
      content: '\26AB'; /*Black Circle */
    }
	
 ul.colorbullets li:nth-child(8)::before {
      content: '\1F7E4'; /* Brown Circle */
    }
	 