I try to connect 3 RGB LED to my Arduino Nano ESP32

analogWrite() has been implemented for the ESP32 for some time. Behind the scenes it uses ledc

It certainly works for me