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 font-size: 72px;
3 background: -webkit-linear-gradient(#eee, #333);
4 -webkit-background-clip: text;
5 -webkit-text-fill-color: transparent;
6}
7
1h1{ font-size: 64px;
2 background-image: linear-gradient(to right, #ba81cf, #6886d4);
3 -webkit-background-clip: text;
4 -webkit-text-fill-color: transparent;
5}