Get suitable colours for a design
As part of my Scrimba course, I used HTML, CSS and JavaScript to construct a web app that allows users to generate a simple colour scheme for using in a design.
The user selects a base colour using the color picker element on the top-left of the screen, a type of color scheme from the drop-down list at the top-center, and confirms by pressing the button on the top-right.
The application then displays a row of five coloured columns corresponding to the user's design specifications, with the required hexadecimal colour codes displayed underneath each.