Gradients

Some of the cool gradients to make your websites cooler

Click on CSS code and grab it, or modify the colours and then grab the CSS code

background-image: linear-gradient(to right bottom, #74EBD5, #9FACE6);

background-image: linear-gradient(#0792ad, #fdf6cc);

background-image: linear-gradient(#D166C7, #A1C3D1);

background-image: linear-gradient(to right bottom, #9447d9, #3ADCD2);

background-image: linear-gradient(#08AEEA, #2AF598);

background-image: linear-gradient(#2E144B, #006B8C);