// Task: Write a function to: // - Generate a gradient using the colors from the pickers and split percentage from the slider. // - Use the gradient as the form background.
// Stretch goals: // - Add more colors. // - Add a 'Surprise Me' button which generates random gradients (and updates the inputs). // - Check for contrast between the gradient and the text.
1
2
3
4
5
6
7
8
9
10
11
12
13
// Task: Write a function to:
// - Generate a gradient using the colors from the pickers and split percentage from the slider.
// - Use the gradient as the form background.
// Stretch goals:
// - Add more colors.
// - Add a 'Surprise Me' button which generates random gradients (and updates the inputs).
// - Check for contrast between the gradient and the text.