Color Pallete Android module to add a color palette in your app Usage Creating a color pallete in activity ColorPallete colorPallete = new ColorPallete(this); Showing ColorPallete colorPallete.show(); Demo