<blockquote>
  惟有民魂是值得宝贵的</br>惟有它发扬起来</br>中国才有真进步。
  <cite>&mdash;鲁迅</cite>
</blockquote>
body {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
blockquote {
  font-size: 26px;
  background: linear-gradient(to right, skyblue, blue);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
cite {
  display: block;
  text-align: right;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.