
$grav-co-wipro: (
  'cyan': (
    'base': #0089cf,
  
    'tint-80': #1099d6,
  
    'tint-60': #5bacdf,
  
    'tint-40': #93c2e9,
  
    'tint-20': #c7ddf3,
  
    'tint-7': #e7f2fb,
  ),

  'blue': (
    'base': #034ea2,
  
    'tint-80': #4665af,
  
    'tint-60': #7080bf,
  
    'tint-40': #99a0d1,
  
    'tint-20': #c7cbe5,
  
    'tint-7': #e9ebf6,
  ),

  'violet': (
    'base': #6f2c91,
  
    'tint-80': #8552a1,
  
    'tint-60': #9c76b4,
  
    'tint-40': #b69cca,
  
    'tint-20': #d6c9e3,
  
    'tint-7': #eeebf5,
  ),

  'red': (
    'base': #eb1c24,
  
    'tint-80': #f15b46,
  
    'tint-60': #f58468,
  
    'tint-40': #f9ac90,
  
    'tint-20': #fdd4c2,
  
    'tint-7': #feeee7,
  ),

  'yellow': (
    'base': #fdb913,
  
    'tint-80': #ffc54e,
  
    'tint-60': #ffd27c,
  
    'tint-40': #ffdfa4,
  
    'tint-20': #ffedce,
  
    'tint-7': #fff7eb,
  ),

  'green': (
    'base': #a5cf4c,
  
    'tint-80': #b6d772,
  
    'tint-60': #c7df94,
  
    'tint-40': #d9e9b5,
  
    'tint-20': #eaf3d8,
  
    'tint-7': #f8fbf0,
  ),

  'teal': (
    'base': #00b49d,
  
    'tint-80': #50c0ad,
  
    'tint-60': #82cdbf,
  
    'tint-40': #acdcd2,
  
    'tint-20': #b9e1d6,
  
    'tint-7': #edf7f5,
  ),

  'gray': (
    'dark': #4d4848,
  
    'light': #e6e6e6,
  
    'white': #ffffff,
  ),

  'reserved': (
    'navy-blue': #002d72,
  
    'apple-green': #6cc24a,
  
    'sunny-yellow': #f3d54e,
  
    'ruby-red': #ef3340,
  
    'sky-blue': #009cde,
  ),
);
