:root {
  --accent-color: rgb(255, 168, 202);
}

.button {
  background: var(--accent-color);
}

a {
  color: var(--accent-color);
}