body {
  background-color: Indigo; 
}

header {
  color: white; 
  background-color: #e5c5e8; 
}


.text-colors .red-text {
  color: red;
}

.text-colors .green-text {
  color: green;
}

.text-colors .blue-text {
  color: blue;
}


.backgrounds .yellow-bg {
  background-color: yellow;
}

.backgrounds .pink-bg {
  background-color: #db46e8;
}

.backgrounds .gradient-bg {
  background: linear-gradient(45deg, #0d0c0d, #f5f2f5); 
  color: white; 
}