colors.scss 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. :root {
  2. --accept: #84a36f;
  3. --accept-hover: #6f9158;
  4. --delete: #a45a52;
  5. --delete-hover: #8f4a42;
  6. --edit: #86a5b7;
  7. --edit-hover: #6f8e9f;
  8. --neutral: #b9835d;
  9. --neutral-hover: #a76b43;
  10. --tab: #c79980;
  11. --tab-active: #bc8567;
  12. --abjuration-background: #cab8de;
  13. --abjuration-border: 0 0 0 2px #171314, 0 0 0 5px #9586a5;
  14. --conjuration-background: #714c81;
  15. --conjuration-border: 0 0 0 2px #171314, 0 0 0 5px #744987;
  16. --divination-background: #f0e3ce;
  17. --divination-border: 0 0 0 2px #171314, 0 0 0 5px #ffffff;
  18. --enchantment-background: #629179;
  19. --enchantment-border: 0 0 0 2px #171314, 0 0 0 5px #26714a;
  20. --evocation-background: #a46a7d;
  21. --evocation-border: 0 0 0 2px #171314, 0 0 0 5px #863f57;
  22. --illusion-background: #69a;
  23. --illusion-border: 0 0 0 2px #171314, 0 0 0 5px #2d6475;
  24. --necromancy-background: #000000;
  25. --necromancy-border: 0 0 0 2px #171314, 0 0 0 5px #36353a;
  26. --transmutation-background: rgb(51, 52, 138);
  27. --transmutation-border: 0 0 0 2px #171314, 0 0 3px #8f088f, 0 0 6px #7f088f,
  28. 0 0 9px #69088f, 0 0 12px #3a088f, 0 0 15px #080a8f;
  29. --shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
  30. --shadow-inverted: 0px -5px 10px 0px rgba(0, 0, 0, 0.5);
  31. --shadow-bottom: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
  32. --shadow-top: 0px -5px 10px 0px rgba(0, 0, 0, 0.5);
  33. --primary: #b0826b;
  34. --background-color: #fff2e9;
  35. --field-background-color: #efc8af;
  36. --border-color: #8d8c8c;
  37. --modal-background: antiquewhite;
  38. --header: #ffdec6;
  39. --text: #000000;
  40. --items: #fff2e9;
  41. --items-hover: #f7e3d7;
  42. --border: 1px solid var(--border-color);
  43. }