barplot

using Makie

 barplot(rand(10), color = rand(10))
 # barplot(rand(3), color = [:red, :blue, :green])