:root {
  --color-theme-50: #D8FAFA;
  --color-theme-100: #C4F7F7;
  --color-theme-200: #9BF1F1;
  --color-theme-300: #72EBEB;
  --color-theme-400: #4AE5E5;
  --color-theme-500: #1DCCCC;
  --color-theme-600: #1AB8B8;
  --color-theme-700: #169999;
  --color-theme-800: #138585;
  --color-theme-900: #107070;
  --color-theme-950: #0D5C5C;
}