/* MD3 Palette for green */
[data-color='green'] {
  /* Primary colors */
  --primary-50: #f3fcf6;
  --primary-100: #e3f9ea;
  --primary-200: #c8f3d6;
  --primary-300: #9ce9b6;
  --primary-400: #6ad68b;
  --primary-500: #53c06f;
  --primary-600: #419e59;
  --primary-700: #357c48;
  --primary-800: #2d623c;
  --primary-900: #275034;
  --primary-950: #122c1b;

  /* Secondary colors */
  --secondary-50: #ffffff;
  --secondary-100: #f8fffc;
  --secondary-200: #e5f7ed;
  --secondary-300: #c8e8d6;
  --secondary-400: #a6d1b6;
  --secondary-500: #8fba9e;
  --secondary-600: #759a81;
  --secondary-700: #5d7966;
  --secondary-800: #4a5f52;
  --secondary-900: #3e4e45;
  --secondary-950: #212b25;

  /* Tertiary colors */
  --tertiary-50: #ffffff;
  --tertiary-100: #f5ffff;
  --tertiary-200: #ddf9ff;
  --tertiary-300: #b5eaff;
  --tertiary-400: #83d3fb;
  --tertiary-500: #65bce4;
  --tertiary-600: #509bbd;
  --tertiary-700: #427a94;
  --tertiary-800: #396074;
  --tertiary-900: #314f5f;
  --tertiary-950: #192b35;

  /* Neutral colors */
  --neutral-50: #f5faf6;
  --neutral-100: #eaf0eb;
  --neutral-200: #d2dad3;
  --neutral-300: #b1bab2;
  --neutral-400: #889289;
  --neutral-500: #5c675d;
  --neutral-600: #465048;
  --neutral-700: #353d36;
  --neutral-800: #1e231f;
  --neutral-900: #0f130f;
  --neutral-950: #040605;

  /* Neutral_variant colors */
  --neutral-variant-50: #f6f9f8;
  --neutral-variant-100: #eaf0ed;
  --neutral-variant-200: #d7e1dc;
  --neutral-variant-300: #c3d2cb;
  --neutral-variant-400: #8fa49b;
  --neutral-variant-500: #6d877c;
  --neutral-variant-600: #537164;
  --neutral-variant-700: #435f54;
  --neutral-variant-800: #384d44;
  --neutral-variant-900: #32413b;
  --neutral-variant-950: #1e2623;

  /* Error colors */
  --error-50: #ffefec;
  --error-100: #ffe1db;
  --error-200: #ffc8c0;
  --error-300: #f0a99f;
  --error-400: #ec7063;
  --error-500: #e35044;
  --error-600: #d9312a;
  --error-700: #c32420;
  --error-800: #a72721;
  --error-900: #88251e;
  --error-950: #5a1a15;

}
