🖼🎨 Color recommendation, color pallets, Modern Gradients, FlatUI colors and Monochromatic Palettes https://themisterpaps.github.io/colpal/
  • HTML 84.4%
  • CSS 15.5%
  • JavaScript 0.1%
Find a file
2023-02-14 00:00:39 +02:00
assets fixed quality cards responsiveness 2023-02-12 02:59:46 +02:00
flatui fixed menu stuck on loading 2021-10-22 22:22:53 +01:00
gradients fixed menu stuck on loading 2021-10-22 22:22:53 +01:00
monochromatic fix logo typo 2023-02-13 23:38:11 +02:00
.gitignore add more hot palletes and git ignore 2020-04-09 20:09:58 +02:00
index.html Fix "Get Started" Link - Local 2022-04-20 03:25:57 -05:00
LICENSE Create LICENSE 2020-04-19 09:55:43 +02:00
pattern.png add svg file 2020-04-10 01:58:40 +02:00
README.md Update README.md 2023-02-14 00:00:39 +02:00

GitHub license GitHub language count

Colpal The Next Colors Begin Here

Color recommendation, color pallets, Flat UI colors, Modern Gradients and Monochromatic Palettests website built with only web native technologies.

Check it live.

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

1. How it works

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.

1.1 How to add colors

You can contribute by adding any color or gradient at colors.css

Add Gradients

 .hot-44{
         background: linear-gradient(#75cce8, #eabebf);
       }
   /*name*/  

Add Mononochromatic schema

   .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.

2. License

This project is under the MIT License 👌