西藏巴青项目

morandi.scss 740B

1234567891011121314151617181920212223242526
  1. /**
  2. * 莫兰迪色系 · 与消息页 pages/message 视觉对齐(低饱和、留白、统一间距)
  3. * 各页 @import 后可用 $morandi-* 变量
  4. */
  5. $morandi-bg-page: #f0ebe5;
  6. $morandi-bg-card: #faf8f6;
  7. $morandi-bg-card-inner: #fdfcfa;
  8. $morandi-bg-muted: #ebe4dc;
  9. $morandi-border: #ebe4dc;
  10. $morandi-border-soft: #e5ded6;
  11. $morandi-border-strong: #ddd4c8;
  12. $morandi-text: #4a4542;
  13. $morandi-text-secondary: #5c5652;
  14. $morandi-text-muted: #9a938c;
  15. $morandi-text-soft: #b5aea6;
  16. $morandi-chip: #ebe4dc;
  17. $morandi-chip-on-bg: #dde5d8;
  18. $morandi-chip-on-border: #9fb0a0;
  19. $morandi-accent: #5f7168;
  20. $morandi-accent-soft: #6b7f72;
  21. $morandi-highlight: #e8e2da;
  22. $morandi-highlight-border: #cfc4b8;
  23. $morandi-feed: #e8e4df;
  24. $morandi-composer: #f5f2ef;