div {
  width: 200px;
  height: 200px;
}
#linear {
  background: linear-gradient(to bottom right, crimson, magenta);
}
#radial {
  background: radial-gradient(honeydew, skyblue);
}