Rgb led pixel prodramming

Hi guys, I am trying to build a xmas star using 3*50 pixel strip by arranging them in a 3 layers of stars.(first star will have 35 leds second layer will have 50 leds third layer will have a 65 leds.now i am going to control it using arduino UNO.my requirement is when 1st layer of star producing blinking effect and 2nd layer should produce rainbow effect.and 3rd layer should produce some different effects.Is possible to make it happen? No problem in using single pin or multiple pin. How to code this.And i am having very basic programming knowledge

Is possible to make it happen

Yes.

How to code this.

Start off by looking at the examples that you get with either the Adafruit library or the FastLED library. I think the Adafruit libiary is simplest to understand.

Try and understand them, change them and try and predict what will happen. Once you get used to that you can ask more specific questions here on the bits you don’t understand.