.topbar-text-gradient {
  background: linear-gradient(90deg, #FFE600 0%, #e0e298 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.topbar-text-gradient-blue {
  background: linear-gradient(90deg, #00F2FE 0%, #4FACFE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.topbar-text-gradient-cyan {
  background: linear-gradient(90deg, #80FFEA 0%, #00B4DB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

.topbar-text-gradient-pink {
  background: linear-gradient(90deg, #FF0844 0%, #FFB199 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.topbar-text-gradient-rose {
  background: linear-gradient(90deg, #FF9A9E 0%, #FECFEF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.topbar-text-gradient-blue-pink {
  background: linear-gradient(90deg, #00F2FE 0%, #FF0844 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}