|  |  |  | import 'package:flutter/cupertino.dart'; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | class MyColors { | 
					
						
							|  |  |  |   static const Color darkIconColor = Color(0xff28323A); | 
					
						
							|  |  |  |   static const Color darkTextColor = Color(0xff2B353E); | 
					
						
							|  |  |  |   static const Color normalTextColor = Color(0xff5A5A5A); | 
					
						
							|  |  |  |   static const Color lightTextColor = Color(0xffBFBFBF); | 
					
						
							|  |  |  |   static const Color gradiantStartColor = Color(0xff33c0a5); | 
					
						
							|  |  |  |   static const Color gradiantEndColor = Color(0xff259db7); | 
					
						
							|  |  |  |   static const Color textMixColor = Color(0xff2BB8A6); | 
					
						
							|  |  |  |   static const Color backgroundColor = Color(0xffF8F8F8); | 
					
						
							|  |  |  |   static const Color grey57Color = Color(0xff575757); | 
					
						
							|  |  |  |   static const Color grey67Color = Color(0xff676767); | 
					
						
							|  |  |  |   static const Color grey77Color = Color(0xff777777); | 
					
						
							|  |  |  |   static const Color grey80Color = Color(0xff808080); | 
					
						
							|  |  |  |   static const Color grey70Color = Color(0xff707070); | 
					
						
							|  |  |  |   static const Color greyACColor = Color(0xffACACAC); | 
					
						
							|  |  |  |   static const Color grey98Color = Color(0xff989898); | 
					
						
							|  |  |  |   static const Color lightGreyEFColor = Color(0xffEFEFEF); | 
					
						
							|  |  |  |   static const Color lightGreyEDColor = Color(0xffEDEDED); | 
					
						
							|  |  |  |   static const Color lightGreyE6Color = Color(0xffE6E6E6); | 
					
						
							|  |  |  |   static const Color lightGreyEAColor = Color(0xffEAEAEA); | 
					
						
							|  |  |  |   static const Color darkWhiteColor = Color(0xffE0E0E0); | 
					
						
							|  |  |  |   static const Color redColor = Color(0xffD02127); | 
					
						
							|  |  |  |   static const Color yellowColor = Color(0xffF4E31C); | 
					
						
							|  |  |  |   static const Color yellowFavColor = Color(0xffEAC321); | 
					
						
							|  |  |  |   static const Color backgroundBlackColor = Color(0xff202529); | 
					
						
							|  |  |  |   static const Color black = Color(0xff000000); | 
					
						
							|  |  |  |   static const Color white = Color(0xffffffff); | 
					
						
							|  |  |  |   static const Color green = Color(0xffffffff); | 
					
						
							|  |  |  |   static const Color borderColor = Color(0xffE8E8E8); | 
					
						
							|  |  |  |   static const Color borderE3Color = Color(0xffE3E3E3); | 
					
						
							|  |  |  |   static const Color borderCEColor = Color(0xffCECECE); | 
					
						
							|  |  |  |   //static const Color grey67Color = Color(0xff676767);
 | 
					
						
							|  |  |  |   static const Color whiteColor = Color(0xFFEEEEEE); | 
					
						
							|  |  |  |   static const Color greenColor = Color(0xff1FA269); | 
					
						
							|  |  |  |   static const Color lightGreenColor = Color(0xff2AB2AB); | 
					
						
							|  |  |  |   static const Color darkGreyColor = Color(0xff464646); | 
					
						
							|  |  |  |   static const Color greyA5Color = Color(0xffA5A5A5); | 
					
						
							|  |  |  |   static const Color blackColor = Color(0xff000014); | 
					
						
							|  |  |  |   static const Color grey3AColor = Color(0xff2E303A); | 
					
						
							|  |  |  |   static const Color darkColor = Color(0xff000015); | 
					
						
							|  |  |  |   static const Color lightGrayColor = Color(0xff808080); | 
					
						
							|  |  |  |   static const Color DarkRedColor = Color(0xffD02127); | 
					
						
							|  |  |  |   static const Color lightGreyColor = Color(0xffC7C7C7); | 
					
						
							|  |  |  | } |