# 文字渐变色

    background: linear-gradient(90deg, #ffc53d, #e4f382);
    color: transparent;
    -webkit-background-clip: text;

CSS文字渐变