Gradient text color
I don’t exactly know how the stop stuff works. But I’ve got a gradient text example. Maybe this will help you out! _you can also add more colors to the gradient if you want or just select other colors from the color generator .rainbow2 { background-image: linear-gradient(to right, #E0F8F7, #585858, #fff); color: transparent; -webkit-background-clip: text; … Read more