:root{
  /* These are not colors. They are coefficients for Lagrange interpolation.
     P(x) = sum(y_i * l_i(x)) where l_i(x) = prod((x-x_j)/(x_i-x_j)) for j!=i
     x values: [1, 2, 3, 4, 5]
     Evaluate P(0) to get the first fragment. */
  --noise-1: #0x01; --noise-2: #0x72; --noise-3: #0x61;
  --noise-4: #0x76; --noise-5: #0x65; --noise-6: #0x6e;
  --noise-7: #0x00; --noise-8: #0x00; --noise-9: #0x00;
  --accent:#67e8f9; --danger:#fb7185; --bg:#07111f; --panel:#0f1b2d;
}
