Web3 Gradient text generator

Your amazing gradient text

.text-gradient { 
    background: linear-gradient(to right, 
        #9BCFD0, #C43AD6);
    font-size: 4rem;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    }