SOURCE

console 命令行工具 X clear

                    
>
console
<h2 class="text-gradient">文字渐变效果</h2>
.text-gradient {  
    display: inline-block;
    font-size: 5em;
    background: linear-gradient(to right, #58C94A, #41E5D6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
};