CSS - kolory

.klasa{
  color: red
  background: rgba(1, 2, 3, 0.4);
}

#jakis-element{
  color: #222222;
}