How to Install
- Copy the code block below.
- Paste it into your website's HTML, right before the closing
</body>tag (or inside a custom HTML/Javascript widget in your blog's layout).
How to Customize the Colors
Look at the very beginning of the script for this line:
const colors = ['#ff80c0', '#ff59ac', '#ff0080', '#ff3399', '#ff66cc', '#7ce7ff', '#b388ff', '#ffe0b2']; Simply replace those HEX codes with your own color codes (e.g., #ffffff for white, #000000 for black, etc.).
You can add as many or as few colors as you want, just make sure they are enclosed in single quotes and separated by commas!
Click on "Read More" to see the effect!



