:root{


    --color1_1:#ffe3ab;
    --color1_2:#b57d28;
    --color1_3:#5b3118;
    --color1_4:#36190d;
  
    --color2_1:rgb(234,229,225); /* #eae5e1 */
    --color2_2:rgb(101,95,89);  /* #655f59 */
  
  
    --color3_1:#ffffe0;
    --color3_2:#b38d51;
  
    --color4_1:#346d56;
    --color4_2:#1a402a;
  
    --magnum:#b8860b;
    --damacai:#148EA5;
    --cash:#003c10;
    --stc:#fdb913;
    --sarawak:#ff5400;
    --singapore:#2c80fd;
    --toto:#ec1c24;
    --gd:#946509;
  
  }
  
  
  .gradient_text1{
    background: linear-gradient(#ffe3ab 50%, #5b3118, #b57d28 ,#ffe3ab);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  
  .gradient_text2{
    background: linear-gradient(var(--color3_1),var(--color3_2),var(--color3_1),var(--color3_2),var(--color3_1),var(--color3_2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .gradient_text3{
    background: linear-gradient(10deg, rgb(150,150,150),rgb(220,220,220), rgb(150,150,150));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }