
$grav-co-buildit: (
  'blue': (
    'shade-80': #001333,
  
    'shade-60': #002666,
  
    'shade-40': #003a99,
  
    'shade-20': #004dcc,
  
    'base': #0060ff,
  
    'tint-20': #4382fb,
  
    'tint-40': #74a2fc,
  
    'tint-60': #a4c1fd,
  
    'tint-80': #d2e0fe,
  
    'tint-92': #d8e8ff,
  
    'tint-95': #e5efff,
  
    'tint-97': #f2f7ff,
  ),

  'red': (
    'shade-80': #330d00,
  
    'shade-60': #661900,
  
    'shade-40': #992600,
  
    'shade-20': #cc3200,
  
    'base': #ff3f00,
  
    'tint-20': #ff663b,
  
    'tint-40': #ff8d6a,
  
    'tint-60': #ffb39b,
  
    'tint-80': #ffd9cd,
  ),

  'neutral': (
    'black': #000000,
  
    'shade-80': #061434,
  
    'shade-60': #253146,
  
    'shade-40': #38445c,
  
    'shade-20': #4e5a73,
  
    'base': #697184,
  
    'tint-20': #878e9d,
  
    'tint-40': #a5aab6,
  
    'tint-60': #c3c7ce,
  
    'tint-80': #ebecef,
  
    'white': #ffffff,
  ),

  'deep-blue': (
    'shade-80': #000028,
  
    'shade-60': #000050,
  
    'shade-40': #000078,
  
    'shade-20': #0000a0,
  
    'base': #0000c8,
  
    'tint-20': #3045cc,
  
    'tint-40': #6575d8,
  
    'tint-60': #98a5e5,
  
    'tint-80': #ccd2f2,
  ),

  'purple': (
    'shade-80': #20002c,
  
    'shade-60': #400058,
  
    'shade-40': #610083,
  
    'shade-20': #8100af,
  
    'base': #a100db,
  
    'tint-20': #b433e2,
  
    'tint-40': #c766e9,
  
    'tint-60': #d999f1,
  
    'tint-80': #ecccf8,
  ),

  'neon-red': (
    'shade-80': #330710,
  
    'shade-60': #660f21,
  
    'shade-40': #991631,
  
    'shade-20': #cc1e42,
  
    'base': #ff2552,
  
    'tint-20': #ff5173,
  
    'tint-40': #ff7d96,
  
    'tint-60': #ffa8b9,
  
    'tint-80': #ffd4dc,
  ),

  'warm-yellow': (
    'shade-80': #332105,
  
    'shade-60': #66430a,
  
    'shade-40': #99640f,
  
    'shade-20': #cc8614,
  
    'base': #ffa719,
  
    'tint-20': #ffb947,
  
    'tint-40': #ffca75,
  
    'tint-60': #ffdca3,
  
    'tint-80': #ffedd1,
  ),

  'teal-green': (
    'shade-80': #002815,
  
    'shade-60': #00502a,
  
    'shade-40': #007740,
  
    'shade-20': #009f55,
  
    'base': #00c76a,
  
    'tint-20': #33d288,
  
    'tint-40': #66dda6,
  
    'tint-60': #99e9c3,
  
    'tint-80': #ccf4e1,
  ),
);
