for (let index = 0; index < colors.length; index++) {
  console.log(`${colors[index]} to kolor.`);
}
