CSS Custom Properties Shades Generator

tm-primary

25 #feede9
50 #fcdbd2
100 #f9b7a6
200 #f69379
300 #f36f4d
400 #f04b20
500 #d8441d
600 #c03c1a
700 #a83516
800 #902d13
900 #782610
950 #601e0d

tm-secondary

25 #e6f5f7
50 #ccebee
100 #99d7dd
200 #66c4cd
300 #33b0bc
400 #009cab
500 #008c9a
600 #007d89
700 #006d78
800 #005e67
900 #004e56
950 #003e44

tm-tertiary

25 #fefae9
50 #fcf5d2
100 #f9eca5
200 #f6e279
300 #f3d94c
400 #f0cf1f
500 #d8ba1c
600 #c0a619
700 #a89116
800 #907c13
900 #786810
950 #60530c

tm-slate

25 #eeefef
50 #dde0e0
100 #bbc1c1
200 #98a1a1
300 #768282
400 #546363
500 #4c5959
600 #434f4f
700 #3b4545
800 #323b3b
900 #2a3232
950 #222828

CSS Custom Properties:

:root {
  /* tm-primary colors */
  --tm-primary-25: #feede9;
  --tm-primary-50: #fcdbd2;
  --tm-primary-100: #f9b7a6;
  --tm-primary-200: #f69379;
  --tm-primary-300: #f36f4d;
  --tm-primary-400: #f04b20;
  --tm-primary-500: #d8441d;
  --tm-primary-600: #c03c1a;
  --tm-primary-700: #a83516;
  --tm-primary-800: #902d13;
  --tm-primary-900: #782610;
  --tm-primary-950: #601e0d;

  /* tm-secondary colors */
  --tm-secondary-25: #e6f5f7;
  --tm-secondary-50: #ccebee;
  --tm-secondary-100: #99d7dd;
  --tm-secondary-200: #66c4cd;
  --tm-secondary-300: #33b0bc;
  --tm-secondary-400: #009cab;
  --tm-secondary-500: #008c9a;
  --tm-secondary-600: #007d89;
  --tm-secondary-700: #006d78;
  --tm-secondary-800: #005e67;
  --tm-secondary-900: #004e56;
  --tm-secondary-950: #003e44;

  /* tm-tertiary colors */
  --tm-tertiary-25: #fefae9;
  --tm-tertiary-50: #fcf5d2;
  --tm-tertiary-100: #f9eca5;
  --tm-tertiary-200: #f6e279;
  --tm-tertiary-300: #f3d94c;
  --tm-tertiary-400: #f0cf1f;
  --tm-tertiary-500: #d8ba1c;
  --tm-tertiary-600: #c0a619;
  --tm-tertiary-700: #a89116;
  --tm-tertiary-800: #907c13;
  --tm-tertiary-900: #786810;
  --tm-tertiary-950: #60530c;

  /* tm-slate colors */
  --tm-slate-25: #eeefef;
  --tm-slate-50: #dde0e0;
  --tm-slate-100: #bbc1c1;
  --tm-slate-200: #98a1a1;
  --tm-slate-300: #768282;
  --tm-slate-400: #546363;
  --tm-slate-500: #4c5959;
  --tm-slate-600: #434f4f;
  --tm-slate-700: #3b4545;
  --tm-slate-800: #323b3b;
  --tm-slate-900: #2a3232;
  --tm-slate-950: #222828;

}