:root {
  --colorPrimary: #f70075;
  --colorAccent: #b15ae8;
  --colorSuccess: #6fb01c;
  --colorDanger: #d90041;
  --colorWarning: #cb7a00;
  --colorHeader: #700839;
  --colorPrimaryLiteOnLight: #fee0ee;
  --colorAccentLiteOnLight: #f5ebfc;
  --colorSuccessLiteOnLight: #edf5e3;
  --colorDangerLiteOnLight: #fae0e8;
  --colorWarningLiteOnLight: #f8efe0;
  --colorPrimaryLiteOnDark: #1d000e;
  --colorAccentLiteOnDark: #150a1b;
  --colorSuccessLiteOnDark: #0d1503;
  --colorDangerLiteOnDark: #1a0007;
  --colorWarningLiteOnDark: #180e00;
  --colorPrimaryHover: #e3006b;
  --colorAccentHover: #a948e6;
  --colorSuccessHover: #649e19;
  --colorDangerHover: #c5003b;
  --colorWarningHover: #b76e00;
  --colorPrimaryGradient: #f70075;
  --colorAccentGradient: #b15ae8;
  --colorSuccessGradient: #6fb01c;
}