
.purple {
  background-color: #c3b5d9 !important;
}
.turquoise {
  background-color: #7ff2ff !important;
}
.brown {
  background-color: #d3a776 !important;
}
.blue {
  background-color: #4a9cff !important;
}

.grey {
  background-color: #b0b0b0 !important;
} 

.darkgrey {
  background-color: #3d3d3d !important;
} 

.red {
  background-color: #b9112f !important;
} 

.white {
  background-color: #b9112f !important;
} 

.colors {
  background: linear-gradient(0deg, rgba(211,167,118,1) 20%, rgba(127,242,255,1) 50%, rgba(195,181,217,1) 80%);
} 
