background: linear-gradient(90deg, #06b6d4, #8b5cf6, #ec4899);\n-webkit-background-clip: text;\n-webkit-text-fill-color: transparent;\nbackground-clip: text;
Yes. It works in all modern browsers (Chrome, Firefox, Safari, Edge) including mobile.
Simply copy the generated CSS code and paste it into your CSS file. It requires 3 lines working together.
Yes! Just set the start and end colors. The middle color is optional.