A simple and intuitive tool to generate beautiful background gradients for web development. Customize colors and instantly copy the CSS code for your projects.
- Customizable Gradients: Choose your own primary and secondary colors.
- Instant CSS Code: Copy the gradient CSS code directly.
- Interactive Interface: Clean and responsive design for all devices.
- No Dependencies: Pure HTML, CSS, and JavaScript.
To set up the project locally:
- Clone the repository:
git clone https://github.com/yourusername/random-gradient.git
- Navigate to the project folder:
Navigate to the project folder:
- Open index.html in your browser:: No server setup required—just open the file to start using the tool.
- Open the project in your favorite browser.
- Select the primary and secondary colors using the buttons.
- View the generated gradient in real-time.
- Copy the CSS code for use in your projects.
- HTML5: Markup for structuring the application.
- CSS3: Styling the user interface.
- JavaScript: Interactive features for gradient generation.
- Fork the repository.
- Create a new branch for your feature or bug fix:
git checkout -b feature/my-feature
- Commit your changes:
git commit -am 'Add new feature'
- Push to the branch:
git push origin feature/my-feature
- Submit a pull request with a clear description of your changes.