[data-theme="Default"] {
  --theme-color-25: #F2F9F5;
  --theme-color-50: #E6F2EB;
  --theme-color-100: #D9ECE1;
  --theme-color-200: #B1D7C2;
  --theme-color-300: #027F3A;
  --theme-color-400: #027234;
  --theme-color-500: #02662E;
  --theme-color-600: #025F2C;
  --theme-color-700: #014C23;
  --theme-color-800: #01391A;
  --theme-color-900: #012C14;
}

[data-theme="Gray"] {
  --theme-color-25: #F7F7F7;
  --theme-color-50: #F2F2F2;
  --theme-color-100: #E5E5E5;
  --theme-color-200: #CCCCCC;
  --theme-color-300: #B2B2B2;
  --theme-color-400: #999999;
  --theme-color-500: #808080;
  --theme-color-600: #666666;
  --theme-color-700: #4D4D4D;
  --theme-color-800: #333333;
  --theme-color-900: #000000;
}

[data-theme="Red"] {
  --theme-color-25: #FFFFFF;
  --theme-color-50: #FAE8E8;
  --theme-color-100: #F8DCDC;
  --theme-color-200: #F1B6B7;
  --theme-color-300: #D11517;
  --theme-color-400: #BC1315;
  --theme-color-500: #A71112;
  --theme-color-600: #9D1011;
  --theme-color-700: #7D0D0E;
  --theme-color-800: #5E090A;
  --theme-color-900: #490708;
}

[data-theme="Yellow"] {
  --theme-color-25: #FFFCF5;
  --theme-color-50: #FEF6E8;
  --theme-color-100: #FDF2DD;
  --theme-color-200: #FBE4B9;
  --theme-color-300: #F2A71D;
  --theme-color-400: #DA961A;
  --theme-color-500: #C28617;
  --theme-color-600: #B67D16;
  --theme-color-700: #916411;
  --theme-color-800: #6D4B0D;
  --theme-color-900: #553A0A;
}

[data-theme="Blue"] {
  --theme-color-25: #F2F8FE;
  --theme-color-50: #DADCED;
  --theme-color-100: #DADCED;
  --theme-color-200: #B2B6D9;
  --theme-color-300: #051485;
  --theme-color-400: #051278;
  --theme-color-500: #04106A;
  --theme-color-600: #040F64;
  --theme-color-700: #030C50;
  --theme-color-800: #02093C;
  --theme-color-900: #101828;
}

[data-theme="Orange"] {
  --theme-color-25: #FFFAF5;
  --theme-color-50: #FFF0E6;
  --theme-color-100: #FFE8D9;
  --theme-color-200: #FED0B1;
  --theme-color-300: #FC6604;
  --theme-color-400: #E35C04;
  --theme-color-500: #CA5203;
  --theme-color-600: #BD4D03;
  --theme-color-700: #973D02;
  --theme-color-800: #BD4D03;
  --theme-color-900: #582401;
}

[data-theme="Purple"] {
  --theme-color-25: #F4F3FF;
  --theme-color-50: #D9D6FE;
  --theme-color-100: #BDB4FE;
  --theme-color-200: #9B8AFB;
  --theme-color-300: #7A5AF8;
  --theme-color-400: #6938EF;
  --theme-color-500: #5925DC;
  --theme-color-600: #4A1FB8;
  --theme-color-700: #3E1C96;
  --theme-color-800: #2D0E7D;
  --theme-color-900: #20085E;
}

[data-theme="Pink"] {
  --theme-color-25: #FFF1F3;
  --theme-color-50: #FFE4E8;
  --theme-color-100: #FECDD6;
  --theme-color-200: #FEA3B4;
  --theme-color-300: #FD6F8E;
  --theme-color-400: #F63D68;
  --theme-color-500: #E31B54;
  --theme-color-600: #C01048;
  --theme-color-700: #A11043;
  --theme-color-800: #89123E;
  --theme-color-900: #6A092D;
}
