:root {
  --thisHue: 277;
  --thisSat: 19%;
  --thisLit: 50%;
  --base-hue: var(--thisHue);
  --base-sat: var(--thisSat);
  --base-lit: var(--thisLit);
}