Marker sizes + Marker colors

using Makie

 scatter(
     rand(20), rand(20),
     markersize = rand(20) ./20 .+ 0.02,
     color = rand(RGBf0, 20)
 )