<h1>This is some stripy text</h1>
h1 {
  color: transparent;
  -webkit-background-clip: text; /* Edge, Chrome */
  background-clip: text; /* Safari, FF */
  background-image: 
    repeating-linear-gradient(
    -57deg, 
    #218bff, 
    #218bff 6px, 
    #c084fc 6px, 
    #c084fc 12px
  );
}

body {
  font-family: 
    -apple-system, 
    system-ui, 
    Segoe UI, 
    Noto Sans, 
    Helvetica, 
    Arial, 
    sans-serif;
}

h1 {
  font-weight: 700; 
  font-size: 80px;
  text-align: center;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.