
:root {
  --black: #000000;
  --background-danger: #ffcdd2;
  --background-info: #b3e5fc;
  --background-primary: #bbc7cd;
  --background-secondary: #bfcbd1;
  --background-success: #c8e6c9;
  --background-warning: #ffecb3;
  --color-danger: #f44336;
  --color-info: #0288d1;
  --color-primary: #526a76;
  --color-secondary: #607d8b;
  --color-success: #689f38;
  --color-warning: #fbc02d;
  --daniel-body: #e3e8ea;
  --daniel-border: #d9e0e3;
  --daniel-card: #bbc7cd;
  --daniel-color: #495057;
  --daniel-ground: #fefefe;
  --daniel-header: #f7f9f9;
  --daniel-hilight: #9caeb7;
  --daniel-overlay: #35454c;
  --daniel-primary: #526a76;
  --daniel-section: #d9e0e3;
  --form-creating-ground: #f0fafe;
  --form-creating-slider: #7bd1f9;
  --form-updating-ground: #fffbf0;
  --form-updating-slider: #ffecb3;
  --form-invalid-ground: #fffafa;
  --menu-active: #263238;
  --menu-hover: #d06900;
  --table-row-danger: #ffe6e8;
  --table-row-info: #ceeefd;
  --table-row-primary: #cad3d8;
  --table-row-secondary: #cdd6db;
  --table-row-success: #d8eed9;
  --table-row-warning: #fff2cc;
  --white: #ffffff;
}
