Preview:
<div class="cursor mt">
  <div class="mt"><br/></div>
  <h1>CURSOR HIGHLIGHT COLOR</H1>
  
</div> 
body {
	 background: #fff;
}
 .cursor {
	 width: 100vw;
	 height: 100vh;
	 position: relative;
	 text-align: center;
}
 .cursor ::-moz-selection {
	 background-color: green;
	 color: limegreen;
}
 .cursor ::selection {
	 background-color: limegreen;
	 color: limegreen;
}
 .cursor ::-moz-selection {
	 background-color: limegreen;
	 color: limegreen;
}
 .cursor ::-o-selection {
	 backgroeund-color: limegreen;
	 color: limegreen;
}
 .cursor ::-ms-selection {
	 background-color: limegreen;
	 color: limegreen;
}
 .cursor ::-webkit-selection {
	 background-color: limegreen;
	 color: limegreen;
}
 .cursor h1 {
	 font-size: 90px;
	 font-family: Arial, sans-serif;
	 font-weight: 900;
	 color: #fff;
}
 .cursor .mt {
	 margin-top: 50px;
}
 
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter