h1 {
    background-image: linear-gradient(#FF006F, #0077FF);
    color: transparent;
    background-clip: text;
    font-size: x-large;
} 
* { box-sizing: border-box; }
html { width: 100%; height: 100%; display: table; }
body { width: 100%; display: table-cell; background-image: linear-gradient(to top, #EEAECA, #94BBE9); }

h2 {
    background-image: linear-gradient(#FF006F, #0077FF);
    color: transparent;
    background-clip: text;
} 