1)
color: #00b3db;
text-shadow: #00b3db 1px 1px 10px;
2)
background: linear-gradient(90deg, #98fb98, #0f0);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-shadow: 0px 0px 9px #0f0;
3)
color: #615af8;
text-shadow: #615af8 1px 1px 10px;
4)
background...