gradient text color css generator code example
Example 1: gradient text
h1 {
font-size: 72px;
background: -webkit-linear-gradient(#eee, #333);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
Example 2: Gradient Color Code Generator
background-image: linear-gradient(90deg, #020024 0%, #090979 35%, #00d4ff 100%);