Spin-off of Project Paint splatter

Consider a simulation of paint splatter drawn as a collection of coloured dots. Most of the paint clusters around a central location, but some dots do splatter out towards the edges. In this project, use what you've learnt to draw the paint splatter:
1. Use a normal distribution of random numbers to generate the locations of the dots.
2. Bonus: use a normal distribution of random numbers to generate a colour palette.