CSS Verlauf im Text

h1, h2, h3, h4 {
    background: -webkit-gradient(linear,left top,right top,from(#ff8a00),to(#da1b60));
    background: -o-linear-gradient(left,#ff8a00,#da1b60);
    background: linear-gradient(to right,#ff8a00,#da1b60);
    background-clip: text;
    background-color: #da1b60;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
klimabewusste Website