_variables.scss 318 B

1234567891011121314151617181920
  1. // Body
  2. $body-bg: #f8fafc;
  3. // Typography
  4. $font-family-sans-serif: "Nunito", sans-serif;
  5. $font-size-base: 0.9rem;
  6. $line-height-base: 1.6;
  7. // Colors
  8. $blue: #3490dc;
  9. $indigo: #6574cd;
  10. $purple: #9561e2;
  11. $pink: #f66D9b;
  12. $red: #e3342f;
  13. $orange: #f6993f;
  14. $yellow: #ffed4a;
  15. $green: #38c172;
  16. $teal: #4dc0b5;
  17. $cyan: #6cb2eb;