/**
 * This is the style sheet for customized colors of scikit-learn.
 * Tints and shades are generated by https://colorkit.co/color-shades-generator/
 *
 * This file is compiled into styles/colors.css by sphinxcontrib.sass, see:
 * https://sass-lang.com/guide/
 */
:root {
  /* Sky - Dodger Blue */
  --sk-cyan-tint-9: #e6f1ff;
  /* Lightest dodger blue */
  --sk-cyan-tint-8: #cce4ff;
  --sk-cyan-tint-7: #b3d7ff;
  --sk-cyan-tint-6: #99caff;
  --sk-cyan-tint-5: #80bfff;
  --sk-cyan-tint-4: #66b3ff;
  --sk-cyan-tint-3: #4da6ff;
  --sk-cyan-tint-2: #3399ff;
  --sk-cyan-tint-1: #1a8cff;
  --sk-cyan: #007bff;
  /* Base dodger blue */
  --sk-cyan-shades-1: #006bb3;
  --sk-cyan-shades-2: #005999;
  --sk-cyan-shades-3: #004d80;
  --sk-cyan-shades-4: #003d66;
  --sk-cyan-shades-5: #002d4d;
  --sk-cyan-shades-6: #002040;
  --sk-cyan-shades-7: #001a33;
  --sk-cyan-shades-8: #00101a;
  --sk-cyan-shades-9: #000000;
  /* Earth - Olive Green */
  --sk-orange-tint-9: #f0f4e3;
  /* Lightest olive green */
  --sk-orange-tint-8: #e1e8c6;
  --sk-orange-tint-7: #d2dca9;
  --sk-orange-tint-6: #c2d18d;
  --sk-orange-tint-5: #b3c671;
  --sk-orange-tint-4: #a3bb55;
  --sk-orange-tint-3: #94a83a;
  --sk-orange-tint-2: #8a9731;
  --sk-orange-tint-1: #7f8528;
  --sk-orange: #738c2f;
  /* Base olive green */
  --sk-orange-shades-1: #5f7324;
  --sk-orange-shades-2: #4c5a1d;
  --sk-orange-shades-3: #3a4715;
  --sk-orange-shades-4: #29340e;
  --sk-orange-shades-5: #1a2b09;
  --sk-orange-shades-6: #0e1f05;
  --sk-orange-shades-7: #051400;
  --sk-orange-shades-8: #030e00;
  --sk-orange-shades-9: #000000; }
