
/* pri color palette */
:root {
  --pri-50: hsl(224, 21%, 60%);
  --pri-100: hsl(224, 26%, 55%);
  --pri-200: hsl(224, 31%, 45%);
  --pri-300: hsl(224, 36%, 35%);
  --pri-400: hsl(224, 41%, 30%);
  --pri-500: hsl(224, 41%, 20%);
  --pri-600: hsl(224, 46%, 25%);
  --pri-700: hsl(224, 51%, 20%);
  --pri-800: hsl(224, 56%, 15%);
  --pri-900: hsl(224, 61%, 10%);
}

/* pri utility classes */
.bg-pri-50 { background-color: hsl(224, 21%, 60%) !important; }
.text-pri-50 { color: hsl(224, 21%, 60%) !important; }
.border-pri-50 { border-color: hsl(224, 21%, 60%) !important; }
.bg-pri-100 { background-color: hsl(224, 26%, 55%) !important; }
.text-pri-100 { color: hsl(224, 26%, 55%) !important; }
.border-pri-100 { border-color: hsl(224, 26%, 55%) !important; }
.bg-pri-200 { background-color: hsl(224, 31%, 45%) !important; }
.text-pri-200 { color: hsl(224, 31%, 45%) !important; }
.border-pri-200 { border-color: hsl(224, 31%, 45%) !important; }
.bg-pri-300 { background-color: hsl(224, 36%, 35%) !important; }
.text-pri-300 { color: hsl(224, 36%, 35%) !important; }
.border-pri-300 { border-color: hsl(224, 36%, 35%) !important; }
.bg-pri-400 { background-color: hsl(224, 41%, 30%) !important; }
.text-pri-400 { color: hsl(224, 41%, 30%) !important; }
.border-pri-400 { border-color: hsl(224, 41%, 30%) !important; }
.bg-pri-500 { background-color: hsl(224, 41%, 20%) !important; }
.text-pri-500 { color: hsl(224, 41%, 20%) !important; }
.border-pri-500 { border-color: hsl(224, 41%, 20%) !important; }
.bg-pri-600 { background-color: hsl(224, 46%, 25%) !important; }
.text-pri-600 { color: hsl(224, 46%, 25%) !important; }
.border-pri-600 { border-color: hsl(224, 46%, 25%) !important; }
.bg-pri-700 { background-color: hsl(224, 51%, 20%) !important; }
.text-pri-700 { color: hsl(224, 51%, 20%) !important; }
.border-pri-700 { border-color: hsl(224, 51%, 20%) !important; }
.bg-pri-800 { background-color: hsl(224, 56%, 15%) !important; }
.text-pri-800 { color: hsl(224, 56%, 15%) !important; }
.border-pri-800 { border-color: hsl(224, 56%, 15%) !important; }
.bg-pri-900 { background-color: hsl(224, 61%, 10%) !important; }
.text-pri-900 { color: hsl(224, 61%, 10%) !important; }
.border-pri-900 { border-color: hsl(224, 61%, 10%) !important; }



/* acc color palette */
:root {
  --acc-50: hsl(64, 80%, 77%);
  --acc-100: hsl(64, 85%, 72%);
  --acc-200: hsl(64, 90%, 62%);
  --acc-300: hsl(64, 95%, 52%);
  --acc-400: hsl(64, 100%, 47%);
  --acc-500: hsl(64, 100%, 37%);
  --acc-600: hsl(64, 100%, 27%);
  --acc-700: hsl(64, 100%, 20%);
  --acc-800: hsl(64, 100%, 15%);
  --acc-900: hsl(64, 100%, 10%);
}

/* acc utility classes */
.bg-acc-50 { background-color: hsl(64, 80%, 77%) !important; }
.text-acc-50 { color: hsl(64, 80%, 77%) !important; }
.border-acc-50 { border-color: hsl(64, 80%, 77%) !important; }
.bg-acc-100 { background-color: hsl(64, 85%, 72%) !important; }
.text-acc-100 { color: hsl(64, 85%, 72%) !important; }
.border-acc-100 { border-color: hsl(64, 85%, 72%) !important; }
.bg-acc-200 { background-color: hsl(64, 90%, 62%) !important; }
.text-acc-200 { color: hsl(64, 90%, 62%) !important; }
.border-acc-200 { border-color: hsl(64, 90%, 62%) !important; }
.bg-acc-300 { background-color: hsl(64, 95%, 52%) !important; }
.text-acc-300 { color: hsl(64, 95%, 52%) !important; }
.border-acc-300 { border-color: hsl(64, 95%, 52%) !important; }
.bg-acc-400 { background-color: hsl(64, 100%, 47%) !important; }
.text-acc-400 { color: hsl(64, 100%, 47%) !important; }
.border-acc-400 { border-color: hsl(64, 100%, 47%) !important; }
.bg-acc-500 { background-color: hsl(64, 100%, 37%) !important; }
.text-acc-500 { color: hsl(64, 100%, 37%) !important; }
.border-acc-500 { border-color: hsl(64, 100%, 37%) !important; }
.bg-acc-600 { background-color: hsl(64, 100%, 27%) !important; }
.text-acc-600 { color: hsl(64, 100%, 27%) !important; }
.border-acc-600 { border-color: hsl(64, 100%, 27%) !important; }
.bg-acc-700 { background-color: hsl(64, 100%, 20%) !important; }
.text-acc-700 { color: hsl(64, 100%, 20%) !important; }
.border-acc-700 { border-color: hsl(64, 100%, 20%) !important; }
.bg-acc-800 { background-color: hsl(64, 100%, 15%) !important; }
.text-acc-800 { color: hsl(64, 100%, 15%) !important; }
.border-acc-800 { border-color: hsl(64, 100%, 15%) !important; }
.bg-acc-900 { background-color: hsl(64, 100%, 10%) !important; }
.text-acc-900 { color: hsl(64, 100%, 10%) !important; }
.border-acc-900 { border-color: hsl(64, 100%, 10%) !important; }
