colors.scss 1.5 KB

123456789101112131415161718192021222324252627282930313233
  1. #fill-color-12 { background-color: transparent !important;
  2. background-image: url('../images/opacity-grid.png');
  3. background-size: contain;
  4. }
  5. #fill-color-1 { background-color: #4a2f7e !important;}
  6. #fill-color-2 { background-color: #9b59b6 !important;}
  7. #fill-color-3 { background-color: #3498db !important;}
  8. #fill-color-4 { background-color: #2ecc71 !important;}
  9. #fill-color-5 { background-color: #f1c40f !important;}
  10. #fill-color-6 { background-color: #e67e22 !important;}
  11. #fill-color-7 { background-color: #d55c4b !important;}
  12. #fill-color-8 { background-color: #6f4021 !important;}
  13. #fill-color-9 { background-color: #ffffff !important;}
  14. #fill-color-10 { background-color: #95a5a6 !important;}
  15. #fill-color-11 { background-color: #252525 !important;}
  16. #stroke-color-12 { background-color: transparent !important;
  17. background-image: url('../images/opacity-grid.png');
  18. background-size: contain;
  19. }
  20. #stroke-color-1 { background-color: #4a2f7e !important;}
  21. #stroke-color-2 { background-color: #9b59b6 !important;}
  22. #stroke-color-3 { background-color: #3498db !important;}
  23. #stroke-color-4 { background-color: #2ecc71 !important;}
  24. #stroke-color-5 { background-color: #f1c40f !important;}
  25. #stroke-color-6 { background-color: #e67e22 !important;}
  26. #stroke-color-7 { background-color: #d55c4b !important;}
  27. #stroke-color-8 { background-color: #6f4021 !important;}
  28. #stroke-color-9 { background-color: #ffffff !important;}
  29. #stroke-color-10 { background-color: #95a5a6 !important;}
  30. #stroke-color-11 { background-color: #252525 !important;}