<p class="Countdown CountdownFont">Ends in 7 days</p>
.CountdownFont {
  font-family: "Rubik Mono One", monospace;
  font-size: 40px;
}

.Countdown {
  background: linear-gradient(#fff000, #ff3600);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: #000 1px 0 10px;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.