Hi@akhtar,
You can create a pie chart with a wes_anderson palette in R. You can see the below example.
library(wesanderson)
pie3D(sliceValues[1:5],explode=0, theta=1.2, col=wes_palette("Darjeeling2"), main="Darjeeling2")
In the above example, we will only use 5 slices.