/* MD3 Palette for emerald */
[data-color='emerald'] {
  /* Primary colors */
  --primary-50: #effbf6;
  --primary-100: #daf7e8;
  --primary-200: #b8eed4;
  --primary-300: #8ae1bc;
  --primary-400: #5ccb9c;
  --primary-500: #4ab487;
  --primary-600: #3a926e;
  --primary-700: #2e745a;
  --primary-800: #265c48;
  --primary-900: #214b3d;
  --primary-950: #102a23;

  /* Secondary colors */
  --secondary-50: #ffffff;
  --secondary-100: #f2fef9;
  --secondary-200: #dbf1e8;
  --secondary-300: #bde0d3;
  --secondary-400: #9ec6b6;
  --secondary-500: #89afa0;
  --secondary-600: #6f8e82;
  --secondary-700: #587169;
  --secondary-800: #465a53;
  --secondary-900: #3a4945;
  --secondary-950: #202927;

  /* Tertiary colors */
  --tertiary-50: #ffffff;
  --tertiary-100: #f0ffff;
  --tertiary-200: #d6f2ff;
  --tertiary-300: #b5dfff;
  --tertiary-400: #90c5ef;
  --tertiary-500: #7baed5;
  --tertiary-600: #638cae;
  --tertiary-700: #52708b;
  --tertiary-800: #42586d;
  --tertiary-900: #384859;
  --tertiary-950: #1f2833;

  /* Neutral colors */
  --neutral-50: #f4faf7;
  --neutral-100: #e9f1ec;
  --neutral-200: #d1dad5;
  --neutral-300: #afbbb4;
  --neutral-400: #86938c;
  --neutral-500: #596760;
  --neutral-600: #45504a;
  --neutral-700: #343d38;
  --neutral-800: #1d2320;
  --neutral-900: #0e1310;
  --neutral-950: #040605;

  /* Neutral_variant colors */
  --neutral-variant-50: #f6f9f8;
  --neutral-variant-100: #eaf0ef;
  --neutral-variant-200: #d6e1de;
  --neutral-variant-300: #c1d2ce;
  --neutral-variant-400: #8da49f;
  --neutral-variant-500: #6a8781;
  --neutral-variant-600: #4f716a;
  --neutral-variant-700: #405f59;
  --neutral-variant-800: #364d48;
  --neutral-variant-900: #31413e;
  --neutral-variant-950: #1d2624;

  /* 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;

}
