Edit in JSFiddle

body{background:black;padding:20px}
h1{
    text-transform: uppercase;
    background-image:linear-gradient(180deg,red 6px,white 10px,#5555FF 13px);
    background-size:1000px 20px;
    line-height:20px;
    font-size:16px;
    background-clip: text;
    color:transparent;
    font-weight:bold;
    font-family:arial;
     font-family: 'Ubuntu Mono', monospace, arial;
}