<a href="#">Now, <em>that</em> is a spicy guacamole 🥑</a>
a {
  color: #007db5;
}

a:hover {
  background: linear-gradient(90deg, #ff8a00, #e52e71);
  -webkit-background-clip: text;
  -webkit-box-decoration-break: clone;
  -webkit-text-fill-color: transparent;
  box-decoration-break: clone;
  text-shadow: none;
  -webkit-text-stroke: 1px rgb(0 0 0 / 0);
  text-stroke: 1px rgb(0 0 0 / 0);
}

/* PRESENTATIONAL STYLES */
body {
  align-items: center;
  display: grid;
  font-family: "Twemoji Mozilla";
  font-size: 2rem;
  height: 100vh;
  justify-content: center;
}
/*
 * https://css-tricks.com/excluding-emojis-from-transparent-text-clipping/#comment-1762453
 */
Run Pen

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.