This Vue.js application allows users to generate a random color palette based on a selected number of colors.
- Choose the number of colors to generate
- Random palette generation
- Ability to lock specific colors to prevent modification
- Clone the project:
git clone https://github.com/wLeji/ColorGen.git cd your-repo - Install dependencies:
npm install
- Run the application:
npm run dev
- Enter the desired number of colors.
- Click on "Start".
- Click on a color to lock/unlock it.
- Click "Generate" to refresh the palette (without changing locked colors).
- Vue.js 3
- JavaScript
- CSS