:root
{
 --color1 : #76b72a;
 --color2 : #456B19;
 --color3 : #9CF338;
 --color4 : #0080a0;
 --color5 : #CC0033;
 --color6 : #F6A800;
  
  --color1-rgb: 118, 183, 42;
  --color2-rgb: 69, 107, 25;
  --color3-rgb: 156, 243, 56;
  --color4-rgb: 0, 128, 160;
  --color5-rgb: 204, 0, 51;
  --color6-rgb: 246, 168, 0;

  
 --color1txt : white;
 --color2txt : white; 
 --color3txt : white; 
 --color4txt : white; 
 --color5txt : white; 
 --color6txt : white;
  
}