├── README.md ├── constants └── palette.schema.js ├── css └── style.css ├── dist ├── clipboard.js ├── clipboard.min.js ├── jquery.lcnCircleRangeSelect.css └── jquery.lcnCircleRangeSelect.js ├── icons ├── close-light.webp ├── close_dark.webp ├── copy_light.webp ├── groww.ico ├── menu_dark.webp ├── menu_light.webp ├── moon-clear-line.png ├── moon.webp └── sun.webp ├── images ├── dark-bg-1.jpg ├── dark-bg-2.png ├── dark-rays-1.png ├── dark-rays-2.png ├── logo.webp └── shyam-tala.png ├── index.html ├── main.js └── uiux_images ├── 1.webp ├── 10.webp ├── 11.webp ├── 12.webp ├── 13.webp ├── 14.webp ├── 15.webp ├── 16.webp ├── 17.webp ├── 18.webp ├── 19.webp ├── 2.webp ├── 20.webp ├── 21.webp ├── 3.webp ├── 4.webp ├── 5.webp ├── 6.webp ├── 7.webp ├── 8.webp └── 9.webp /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shyamtala003/the_palettes/HEAD/README.md -------------------------------------------------------------------------------- /constants/palette.schema.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shyamtala003/the_palettes/HEAD/constants/palette.schema.js -------------------------------------------------------------------------------- /css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shyamtala003/the_palettes/HEAD/css/style.css -------------------------------------------------------------------------------- /dist/clipboard.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shyamtala003/the_palettes/HEAD/dist/clipboard.js -------------------------------------------------------------------------------- /dist/clipboard.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shyamtala003/the_palettes/HEAD/dist/clipboard.min.js -------------------------------------------------------------------------------- /dist/jquery.lcnCircleRangeSelect.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shyamtala003/the_palettes/HEAD/dist/jquery.lcnCircleRangeSelect.css -------------------------------------------------------------------------------- /dist/jquery.lcnCircleRangeSelect.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shyamtala003/the_palettes/HEAD/dist/jquery.lcnCircleRangeSelect.js -------------------------------------------------------------------------------- /icons/close-light.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shyamtala003/the_palettes/HEAD/icons/close-light.webp -------------------------------------------------------------------------------- /icons/close_dark.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shyamtala003/the_palettes/HEAD/icons/close_dark.webp -------------------------------------------------------------------------------- /icons/copy_light.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shyamtala003/the_palettes/HEAD/icons/copy_light.webp -------------------------------------------------------------------------------- /icons/groww.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shyamtala003/the_palettes/HEAD/icons/groww.ico -------------------------------------------------------------------------------- /icons/menu_dark.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shyamtala003/the_palettes/HEAD/icons/menu_dark.webp -------------------------------------------------------------------------------- /icons/menu_light.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shyamtala003/the_palettes/HEAD/icons/menu_light.webp -------------------------------------------------------------------------------- /icons/moon-clear-line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shyamtala003/the_palettes/HEAD/icons/moon-clear-line.png -------------------------------------------------------------------------------- /icons/moon.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shyamtala003/the_palettes/HEAD/icons/moon.webp -------------------------------------------------------------------------------- /icons/sun.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shyamtala003/the_palettes/HEAD/icons/sun.webp -------------------------------------------------------------------------------- /images/dark-bg-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shyamtala003/the_palettes/HEAD/images/dark-bg-1.jpg -------------------------------------------------------------------------------- /images/dark-bg-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shyamtala003/the_palettes/HEAD/images/dark-bg-2.png -------------------------------------------------------------------------------- /images/dark-rays-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shyamtala003/the_palettes/HEAD/images/dark-rays-1.png -------------------------------------------------------------------------------- /images/dark-rays-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shyamtala003/the_palettes/HEAD/images/dark-rays-2.png -------------------------------------------------------------------------------- /images/logo.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shyamtala003/the_palettes/HEAD/images/logo.webp -------------------------------------------------------------------------------- /images/shyam-tala.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shyamtala003/the_palettes/HEAD/images/shyam-tala.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shyamtala003/the_palettes/HEAD/index.html -------------------------------------------------------------------------------- /main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shyamtala003/the_palettes/HEAD/main.js -------------------------------------------------------------------------------- /uiux_images/1.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shyamtala003/the_palettes/HEAD/uiux_images/1.webp -------------------------------------------------------------------------------- /uiux_images/10.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shyamtala003/the_palettes/HEAD/uiux_images/10.webp -------------------------------------------------------------------------------- /uiux_images/11.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shyamtala003/the_palettes/HEAD/uiux_images/11.webp -------------------------------------------------------------------------------- /uiux_images/12.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shyamtala003/the_palettes/HEAD/uiux_images/12.webp -------------------------------------------------------------------------------- /uiux_images/13.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shyamtala003/the_palettes/HEAD/uiux_images/13.webp -------------------------------------------------------------------------------- /uiux_images/14.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shyamtala003/the_palettes/HEAD/uiux_images/14.webp -------------------------------------------------------------------------------- /uiux_images/15.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shyamtala003/the_palettes/HEAD/uiux_images/15.webp -------------------------------------------------------------------------------- /uiux_images/16.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shyamtala003/the_palettes/HEAD/uiux_images/16.webp -------------------------------------------------------------------------------- /uiux_images/17.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shyamtala003/the_palettes/HEAD/uiux_images/17.webp -------------------------------------------------------------------------------- /uiux_images/18.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shyamtala003/the_palettes/HEAD/uiux_images/18.webp -------------------------------------------------------------------------------- /uiux_images/19.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shyamtala003/the_palettes/HEAD/uiux_images/19.webp -------------------------------------------------------------------------------- /uiux_images/2.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shyamtala003/the_palettes/HEAD/uiux_images/2.webp -------------------------------------------------------------------------------- /uiux_images/20.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shyamtala003/the_palettes/HEAD/uiux_images/20.webp -------------------------------------------------------------------------------- /uiux_images/21.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shyamtala003/the_palettes/HEAD/uiux_images/21.webp -------------------------------------------------------------------------------- /uiux_images/3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shyamtala003/the_palettes/HEAD/uiux_images/3.webp -------------------------------------------------------------------------------- /uiux_images/4.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shyamtala003/the_palettes/HEAD/uiux_images/4.webp -------------------------------------------------------------------------------- /uiux_images/5.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shyamtala003/the_palettes/HEAD/uiux_images/5.webp -------------------------------------------------------------------------------- /uiux_images/6.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shyamtala003/the_palettes/HEAD/uiux_images/6.webp -------------------------------------------------------------------------------- /uiux_images/7.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shyamtala003/the_palettes/HEAD/uiux_images/7.webp -------------------------------------------------------------------------------- /uiux_images/8.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shyamtala003/the_palettes/HEAD/uiux_images/8.webp -------------------------------------------------------------------------------- /uiux_images/9.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shyamtala003/the_palettes/HEAD/uiux_images/9.webp --------------------------------------------------------------------------------