Skip to main content

gradient Graduated color for buttons etc

Make a graduation and copy the code:

https://www.w3schools.com/colors/colors_gradient.asp

Add to the code into the colour area.

e.g. Jasper colour

linear-gradient(135deg, rgba(205, 83, 52, 0.5), rgba(133, 33, 36, 0.5))

 graduated colour

linear-gradient(40deg, #E35996 0%, #B677D0 45%, #9791E9 70%, #6aaff5 100%)

  • Hits: 23