body .color-default {
  color: rgb(55, 53, 47);
}

body .background-default {
  background: rgb(255, 255, 255);
}

body .tag-default {
  background: rgba(206, 205, 202, 0.5);
}

body .color-gray {
  color: rgb(155,154,151);
}

body .background-gray {
  background: rgb(235, 236, 237);
}

body .tag-gray {
  background: rgba(155, 154, 151, 0.4);
}

body .color-brown {
  color: rgb(100, 71, 58);
}

body .background-brown {
  background: rgb(233, 229, 227);
}

body .tag-brown {
  background: rgba(140, 46, 0, 0.2);
}

body .color-orange {
  color: rgb(217, 115, 13);
}

body .background-orange {
  background: rgb(250, 235, 221);
}

body .tag-orange {
  background: rgba(245, 93, 0, 0.2);
}

body .color-yellow {
  color: rgb(223, 171, 1);
}

body .background-yellow {
  background: rgb(251, 243, 219);
}

body .tag-yellow {
  background: rgba(233, 168, 0, 0.2);
}

body .color-green {
  color: rgb(15, 123, 108);
}

body .background-green {
  background: rgb(221, 237, 234);
}

body .tag-green {
  background: rgba(0, 135, 107, 0.2);
}

body .color-blue {
  color: rgb(11, 110, 153);
}

body .background-blue {
  background: rgb(221, 235, 241);
}

body .tag-blue {
  background: rgba(0, 120, 223, 0.2);
}

body .color-purple {
  color: rgb(105, 64, 165);
}

body .background-purple {
  background: rgb(234, 228, 242);
}

body .tag-purple {
  background: rgba(103, 36, 222, 0.2);
}

body .color-pink {
  color: rgb(173, 26, 114);
}

body .background-pink {
  background: rgb(244, 223, 235);
}

body .tag-pink {
  background: rgba(221, 0, 129, 0.2);
}

body .color-red {
  color: rgb(224, 62, 62);
}

body .background-red {
  background: rgb(251, 228, 228);
}

body .tag-red {
  background: rgba(255, 0, 26, 0.2);
}

