Color recommendation, color pallets, Flat UI colors, Modern Gradients and Monochromatic Palettests website built with only web native technologies.
Note: The goal is to make this project using basic web technology: HTM/CSS and only in strict cases Javascript Requirements: Literally no requirements at all
This version is just a collection of hundreds and hundreds colors hand picked by me, divided in the follow sections: Gradients, Flat Design colors and Monochomatic colors.
You can contribute by adding any color or gradient at colors.css
.hot-44{
background: linear-gradient(#75cce8, #eabebf);
}
/*name*/
.col-a-1{background-color: #142850;}
.col-a-2{background-color:#27496d;}
.col-a-3{background-color:#0c7b93;}
.col-a-4{background-color: #00a8cc;}
.col-a-5{background-color:#4bbfd9;}
/*I recommend a schema of 5 colors*/
Obs: Please don't forget to respect the order.
This project is under the MIT License 👌