Gradient background generator. Creates a linear gradient background from bottom left to the top right using either colors inputed in the input buttons or by pressing the random button, which randomly generates 2 hex values and uses them as the background colors.
Displays the RGB and Hex color values of the background.
linear-gradient(to right, red, yellow)
A background generator similiar to the one from the Zero-to-Mastery course on Udemy with some incresed functionality.