Hello Aniket,
This isn't available by default in accordion but it is possible.
You will need to modify the file template/accordion.hbs.
Inside the each block on the div element add this to the class attribute...
{{odd @index}}
This will output alternating classes on the div.
An example of this is available GMCQ component template (see end of line 18)