color.css 659 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. .green {
  2. color: #11c26d !important;
  3. }
  4. .red {
  5. color: #ff4c52 !important;
  6. }
  7. .cyan {
  8. color: #0bb2d4 !important;
  9. }
  10. .purple {
  11. color: #9463f7 !important;
  12. }
  13. .blue {
  14. color: #3e8ef7 !important;
  15. }
  16. .orange {
  17. color: #eb6709 !important;
  18. }
  19. .indigo {
  20. color: #6610f2 !important;
  21. }
  22. .pink {
  23. color: #e83e8c !important;
  24. }
  25. .teal {
  26. color: #20c997 !important;
  27. }
  28. .white {
  29. color: #fff !important;
  30. }
  31. .gray {
  32. color: #6c757d !important;
  33. }
  34. .gray-dark {
  35. color: #343a40 !important;
  36. }
  37. .secondary {
  38. color: #6c757d !important;
  39. }
  40. .yellow {
  41. color: rgb(255, 214, 102) !important;
  42. }
  43. .magenta {
  44. color: #eb2f96 !important;
  45. }