1h1 {
2 font-size: 72px;
3 background: -webkit-linear-gradient(#eee, #333);
4 -webkit-background-clip: text;
5 -webkit-text-fill-color: transparent;
6}
1.gradient-text {
2 background-color: #f3ec78;
3 background-image: linear-gradient(45deg, #f3ec78, #af4261);
4 background-size: 100%;
5 -webkit-background-clip: text;
6 -moz-background-clip: text;
7 -webkit-text-fill-color: transparent;
8 -moz-text-fill-color: transparent;
9}
10
1h1 {
2 background: linear-gradient(
3 270.97deg,
4 #FFE580 -21.36%,
5 #FF7571 -2.45%,
6 #EA5DAD 26.84%,
7 #C2A0FD 64.15%,
8 #3BF0E4 108.29%,
9 #B2F4B6 159.03% );
10 -webkit-background-clip: text;
11 -webkit-text-fill-color: transparent;
12}
13
1h1 {
2 font-size: 72px;
3 background-image: linear-gradient(
4 110deg,
5 #463f64,
6 #463f64,
7 #e2285c
8 );
9 -webkit-background-clip: text;
10 -webkit-text-fill-color: transparent;
11}
1h4 {
2background: linear-gradient(to right, #494964, #6f6f89);
3 -webkit-background-clip: text;
4 -webkit-text-fill-color: transparent;}
1h1 {
2 font-size: 72px;
3 background: -webkit-linear-gradient(#f3ec78, #af4261);
4 -webkit-background-clip: text;
5 -webkit-text-fill-color: transparent;
6}
7