Simple color pallete generator that was made in 1 day with Winforms & Guna UI NuGet package in C#.
- Easily generate new color palletes with one button press.
- Easily copy the hex codes of the pallete.
- Easily modifiable source code.
- Recommended to use the newest
Visual Studio
,Guna UI
&Winforms
versions.
To get started with the simple color pallete generator, follow these steps:
- Clone the repository by downloading it as a ZIP file or running the command
git clone https://github.com/audriuxsmik/color-pallete-generator
. - Navigate to the color pallete generator directory and open it with Visual Studio.
- Make sure that
Guna UI
package is installed. If it isn't, download it through NuGet in Visual Studio. - Use
F5
to start the program debugging.