Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
June 12, 2022 07:42 am GMT

15 Beautiful Color Gradients using CSS

, I am here with another list. In this post I have enlisted 15 aesthetic color gradients using CSS (examples of colour gradients in CSS) which you can implement in your next projects.

I have used linear-gradient method of CSS and only the gradient direction 'to bottom left'. There are many others gradient directions like 'to right', 'to top' etc. to read about the linear-gradient method you can refer to this freecodecamp article.

Let's jump into the list:
1.

background-image: linear-gradient(to bottom right, #FF512F, #DD2476);

color Gradient 1
2.

background-image: linear-gradient(to bottom right, #FF61D2, #FE9090);

Color Gradient 2

3.

background-image: linear-gradient(to bottom right, #72FFB6, #10D164);

Color Gradient 3
4.

background-image: linear-gradient(to bottom right, #FD8451, #FFBD6F);

Color Gradient 4
5.

background-image: linear-gradient(to bottom right, #305170, #6DFC6B);

Color Gradient 5
6.

background-image: linear-gradient(to bottom right, #00C0FF, #4218B8);

Color Gradient 6
7.

background-image: linear-gradient(to bottom right, #009245, #FCEE21);

Color Gradient 7
8.

background-image: linear-gradient(to bottom right, #FDFCFB, #E2D1C3);

Color Gradient 8
9.

background-image: linear-gradient(to bottom right, #0100EC, #FB36F4);

Color Gradient 9
10.

background-image: linear-gradient(to bottom right, #FDABDD, #374A5A);

Color Gradient 10
11.

background-image: linear-gradient(to bottom right, #38A2D7, #561139);

Color Gradient 11
12.

background-image: linear-gradient(to bottom right, #121C84, #8278DA);

Color Gradient 12
13.

background-image: linear-gradient(to bottom right, #5761B2, #1FC5A8);

Colr Gradient 13
14.

background-image: linear-gradient(to bottom right, #FFDB01, #0E197D);

Color Gradient 14
15.

background-image: linear-gradient(to bottom right, #FF3E9D, #0E1F40);

Color Gradient 15

Congratulations!! You have successfully read this long list. I have also tweeted this one, you can bookmark it there for your future reference.

I have gathered this colourful ideas from Pinterest.
I Hope, you have found it useful. Share the article, comment which one you are going to use and comment your feedbacks as well.

Also, I write about web development on twitter, follow me there for understanding web development technologies easily.

Thank you!! See you soon...


Original Link: https://dev.to/devash98/15-beautiful-colour-gradients-using-css-4em1

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To